Remove warn=false in ubuntu/roles/common/tasks/main.yml
This commit is contained in:
parent
8d6bcde072
commit
7b42ceeca2
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
- name: Install python-apt, aptitude, and debconf-utils
|
- name: Install python-apt, aptitude, and debconf-utils
|
||||||
shell: apt-get update && apt-get -y install python-apt aptitude debconf-utils
|
shell: apt-get update && apt-get -y install python-apt aptitude debconf-utils
|
||||||
warn: False
|
|
||||||
- name: Do any package upgrades
|
- name: Do any package upgrades
|
||||||
apt: upgrade=dist
|
apt: upgrade=dist
|
||||||
- name: Set default locale to en_US.UTF-8
|
- name: Set default locale to en_US.UTF-8
|
||||||
|
Loading…
Reference in New Issue
Block a user