Remove warn=false in ubuntu/roles/common/tasks/main.yml

This commit is contained in:
staticsafe 2019-07-21 20:43:36 -04:00
parent 8d6bcde072
commit 7b42ceeca2
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
- name: Install python-apt, aptitude, and debconf-utils
shell: apt-get update && apt-get -y install python-apt aptitude debconf-utils
warn: False
- name: Do any package upgrades
apt: upgrade=dist
- name: Set default locale to en_US.UTF-8