apt: allow for --allow-unauthenticated in upgrade (#38381)

* apt: allow for --allow-unauthenticated in upgrade

* Style fix

* Another style fix

* Add trailing comma
This commit is contained in:
Martin Krizek 2018-04-10 15:37:41 +02:00 committed by GitHub
commit d97952dbf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 6 deletions

View file

@ -49,7 +49,7 @@
apt:
upgrade: dist
autoremove: yes
force: yes # workaround for --allow-unauthenticated used along with upgrade
allow_unauthenticated: yes
- name: Check foo with dpkg
shell: dpkg-query -l foo