Переглянути джерело

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

ignore failing dns clean errors when running openstack uninstall
OpenShift Merge Robot 6 роки тому
батько
коміт
d250028152
1 змінених файлів з 1 додано та 0 видалено
  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: