change playbook

This commit is contained in:
zaika 2020-05-31 01:46:11 +03:00
parent 7a1edf655c
commit f07d5f2d32
1 changed files with 8 additions and 1 deletions

View File

@ -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