Install Virtualbox

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

View File

@ -18,6 +18,7 @@
- include: tasks/arch_graphicals.yml
- include: tasks/dotfiles.yml
- include: tasks/wine.yml
- include: tasks/virtualbox.yml
- include: tasks/choux_borg_backup.yml
handlers:

View File

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