mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixes #6082 Set vault password to None by default
This commit is contained in:
parent
cf5acb9982
commit
7fe3db408d
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ def main(args):
|
|||
sshpass = None
|
||||
sudopass = None
|
||||
su_pass = None
|
||||
vault_pass = None
|
||||
|
||||
if not options.listhosts and not options.syntax and not options.listtasks:
|
||||
options.ask_pass = options.ask_pass or C.DEFAULT_ASK_PASS
|
||||
options.ask_vault_pass = options.ask_vault_pass or C.DEFAULT_ASK_VAULT_PASS
|
||||
|
|
Loading…
Reference in a new issue