add flag to ignore update errors

master
Michael Wilson 3 years ago
parent 6aaaed59f5
commit 9ae3b963af
  1. 1
      common/bootstrap/tasks/ubuntu.yml

@ -3,6 +3,7 @@
name: "*" name: "*"
state: latest state: latest
update_cache: yes update_cache: yes
ignore_errors: "{{ bootstrap_ignore_update_errors | default('no') }}"
- name: manage packages - name: manage packages
apt: apt:

Loading…
Cancel
Save