Add -y flag to apt-get.

This commit is contained in:
staticsafe 2013-08-28 09:28:47 -04:00
parent b076621612
commit 964dca8197
1 changed files with 1 additions and 1 deletions

View File

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