Provide a workaround for change of APT repo Origin

This commit is contained in:
Tim Hawes 2018-11-21 20:22:22 +00:00
parent f544e7f929
commit fc94262ed0

View File

@ -1,4 +1,7 @@
- name: apt-get update
command: apt-get update -y --allow-releaseinfo-change
- name: Upgrade packages - name: Upgrade packages
apt: apt:
update_cache: yes update_cache: no
upgrade: dist upgrade: dist