Forráskód Böngészése

[dns] Allow dns updates to deploy on network failures

Colin Powell 6 hónapja
szülő
commit
1dc9e756cf

+ 1 - 0
lab/ansible/roles/jails/tasks/main.yml

@@ -3,3 +3,4 @@
   shell: pkg update -f
   environment:
     IGNORE_OSVERSION: yes
+  ignore_errors: true

+ 1 - 0
lab/ansible/roles/unbound/tasks/main.yml

@@ -3,6 +3,7 @@
   community.general.pkgng:
     name: "unbound void-zones-tools"
     state: latest
+  ignore_errors: true
 
 - name: Unbound enabled
   shell: sysrc unbound_enable="YES"