Install Virtualbox

This commit is contained in:
2018-08-25 20:12:57 +02:00
parent 914455f545
commit 8fdb5c13e1
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Install virtualbox
pacman:
name: "{{ item }}"
state: present
with_items:
- virtualbox