mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Fix all other calls to yaml
This commit is contained in:
parent
427b8dc78d
commit
3fc87e011b
3 changed files with 10 additions and 9 deletions
|
@ -70,6 +70,7 @@ def decrypt(filename, password):
|
|||
'''
|
||||
|
||||
if password is None:
|
||||
import epdb; epdb.st()
|
||||
raise errors.AnsibleError("A vault password must be specified to decrypt %s" % filename)
|
||||
|
||||
V = Vault(filename=filename, vault_password=password)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue