Provide a workaround for change of APT repo Origin
This commit is contained in:
parent
f544e7f929
commit
fc94262ed0
|
@ -1,4 +1,7 @@
|
|||
- name: apt-get update
|
||||
command: apt-get update -y --allow-releaseinfo-change
|
||||
|
||||
- name: Upgrade packages
|
||||
apt:
|
||||
update_cache: yes
|
||||
update_cache: no
|
||||
upgrade: dist
|
||||
|
|
Loading…
Reference in New Issue
Block a user