From f07d5f2d324d435604b44667687690a3bae6c4a1 Mon Sep 17 00:00:00 2001 From: zaika Date: Sun, 31 May 2020 01:46:11 +0300 Subject: [PATCH] change playbook --- initial.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/initial.yml b/initial.yml index ce2186a..f81917f 100644 --- a/initial.yml +++ b/initial.yml @@ -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