Add base packages to aptup

This commit is contained in:
Wilfried OLLIVIER 2019-01-31 14:48:06 +01:00
parent 7e3e16158f
commit 0d64274807
1 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,8 @@
apt:
update_cache: yes
upgrade: yes
- name: Ensure some packages
apt:
name: ['python-apt', 'git', 'unzip']
state: present