2
0

delete vars_prompt and add vault

This commit is contained in:
2020-05-05 22:57:32 +02:00
parent e690a9ccd1
commit 18426e8c06
6 changed files with 25 additions and 17 deletions

View File

@@ -3,9 +3,5 @@
hosts: test
user: ansible
become: true
vars_prompt:
- name: httpasswd
prompt: htpasswd protected area password
private: yes
roles:
- myapache5