Quellcode durchsuchen

ignore failing dns clean errors when running openstack uninstall playbook

Tzu-Mainn Chen vor 6 Jahren
Ursprung
Commit
897dac1fcc
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      playbooks/openstack/openshift-cluster/uninstall.yml

+ 1 - 0
playbooks/openstack/openshift-cluster/uninstall.yml

@@ -17,6 +17,7 @@
 
 - name: Clean DNS entries
   hosts: localhost
+  ignore_errors: True
   tasks:
   - name: Clean DNS entries
     import_role: