ignore errors for config_map creation

This commit is contained in:
root 2017-05-23 17:38:12 -04:00
parent f31c3b60bc
commit 89cb982592
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
register: create_project
- name: Create keystone configmaps
ignore_errors: yes
k8s_v1_config_map:
host: "{{coe_host}}"
context: "{{kube_context}}"