فهرست منبع

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: