瀏覽代碼

ignore failing dns clean errors when running openstack uninstall playbook

Tzu-Mainn Chen 6 年之前
父節點
當前提交
897dac1fcc
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: