mirror of
https://github.com/ansible/awx.git
synced 2026-06-27 01:18:02 -02:30
make vault_password required for Vault credentials
see: https://github.com/ansible/ansible-tower/issues/7468
This commit is contained in:
@@ -690,6 +690,7 @@ def vault(cls):
|
||||
'secret': True,
|
||||
'ask_at_runtime': True
|
||||
}],
|
||||
'required': ['vault_password'],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user