Add -y flag to apt-get.
This commit is contained in:
parent
b076621612
commit
964dca8197
|
@ -3,7 +3,7 @@
|
|||
hosts: unsetup
|
||||
tasks:
|
||||
- name: Install python-apt and aptitude
|
||||
shell: apt-get update && apt-get install python-apt aptitude
|
||||
shell: apt-get update && apt-get -y install python-apt aptitude
|
||||
- name: Do any package upgrades
|
||||
apt: upgrade=dist
|
||||
- name: Install required things
|
||||
|
|
Loading…
Reference in New Issue