master
Ariel Antigua 2018-09-05 19:06:00 -04:00
parent a9de33dbc9
commit 306d93f91d
1 changed files with 9 additions and 0 deletions

9
local.yaml Normal file
View File

@ -0,0 +1,9 @@
become: true
tasks:
- name: Install packages
apt: name={{item}}
with_items:
- htop
- mc
- vim