Showing
1 changed file
with
5 additions
and
2 deletions
@@ -4,8 +4,11 @@ | @@ -4,8 +4,11 @@ | ||
4 | - hosts: localhost | 4 | - hosts: localhost |
5 | 5 | ||
6 | vars_prompt: | 6 | vars_prompt: |
7 | - - name: "confirmation" | ||
8 | - prompt: "Modify DNS record . Please Enter YES to continue." | 7 | + - name: "domain_name" |
8 | + prompt: "Input the domain name" | ||
9 | + private: no | ||
10 | + - name: "new_record" | ||
11 | + prompt: "Input the record value" | ||
9 | private: no | 12 | private: no |
10 | 13 | ||
11 | vars_files: | 14 | vars_files: |
-
Please register or login to post a comment