set warn=False for non-module apt task
This commit is contained in:
parent
32190262bc
commit
8d6bcde072
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user