Provide a workaround for change of APT repo Origin

master
Tim Hawes 6 years ago
parent f544e7f929
commit fc94262ed0
  1. 5
      roles/upgrade/tasks/main.yml

@ -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…
Cancel
Save