change playbook
This commit is contained in:
parent
7a1edf655c
commit
f07d5f2d32
|
|
@ -4,7 +4,10 @@
|
|||
apt: update_cache=true
|
||||
|
||||
- name: Install list of packages
|
||||
apt: name=software-properties-common state=present update_cache=true
|
||||
become: yes
|
||||
package:
|
||||
name: '{{ item }}'
|
||||
state: present
|
||||
with_items:
|
||||
- locales
|
||||
- vim
|
||||
|
|
@ -65,3 +68,7 @@
|
|||
- hashalot
|
||||
- qemu-guest-agent
|
||||
- bind9utils
|
||||
- checkinstall
|
||||
- net-tools
|
||||
- snmpd
|
||||
- apt-transport-https
|
||||
|
|
|
|||
Loading…
Reference in New Issue