소스 검색

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: