mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
Remove breakpoint
This commit is contained in:
@@ -70,7 +70,6 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user