mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user