Authored by chunhua.zhang

add

@@ -18,11 +18,6 @@ @@ -18,11 +18,6 @@
18 qcloud_key: "{{ lookup('hashi_vault', 'secret=yoho/ops/qcloud token='+'{{vault.token}}'+' url='+'{{vault.server}}') }}" 18 qcloud_key: "{{ lookup('hashi_vault', 'secret=yoho/ops/qcloud token='+'{{vault.token}}'+' url='+'{{vault.server}}') }}"
19 19
20 tasks: 20 tasks:
21 - - name: "make sure user type YES to confirm"  
22 - fail:  
23 - msg: "user do not type YES"  
24 - when: confirmation != 'YES'  
25 -  
26 - name: 修改域名映射的IP或CNAME 21 - name: 修改域名映射的IP或CNAME
27 domain_modify: 22 domain_modify:
28 secretId: "{{ qcloud_key.SecretId }}" 23 secretId: "{{ qcloud_key.SecretId }}"