set warn=False for non-module apt task

This commit is contained in:
staticsafe 2019-07-21 20:42:56 -04:00
parent 32190262bc
commit 8d6bcde072
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- 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