Ansible_workstation/tasks/arch_virtualbox.yml

10 lines
116 B
YAML
Raw Normal View History

2018-08-25 18:12:57 +00:00
---
- name: Install virtualbox
pacman:
name: "{{ item }}"
state: present
with_items:
- virtualbox