mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
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:
parent
56cd8f2d48
commit
d97952dbf4
2 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue