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