Pārlūkot izejas kodu

Merge pull request #9343 from tzumainn/openstack-uninstall-hardening

ignore failing dns clean errors when running openstack uninstall
OpenShift Merge Robot 6 gadi atpakaļ
vecāks
revīzija
d250028152
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      playbooks/openstack/openshift-cluster/uninstall.yml

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

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