0 votes
in Ansible by
Explain what is ask_vault_pass?

1 Answer

0 votes
by
Using this control we can determine whether Ansible Playbook should prompt a password for the vault password by default. As usual, the default behavior is no

ask_vault_pass= True
...