Authored by chunhua.zhang

add

... ... @@ -16,6 +16,12 @@
private: no
tasks:
- name: "make sure user type YES to confirm"
fail:
msg: "user do not type YES"
when: confirmation != 'YES'
# query for current configration
- name: Query for current configuration
uri:
... ...