Add base packages to aptup
This commit is contained in:
parent
7e3e16158f
commit
0d64274807
1 changed files with 5 additions and 0 deletions
|
@ -5,3 +5,8 @@
|
|||
apt:
|
||||
update_cache: yes
|
||||
upgrade: yes
|
||||
|
||||
- name: Ensure some packages
|
||||
apt:
|
||||
name: ['python-apt', 'git', 'unzip']
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue