Fix all other calls to yaml

This commit is contained in:
James Tanner
2014-02-19 11:01:21 -05:00
parent 427b8dc78d
commit 3fc87e011b
3 changed files with 10 additions and 9 deletions

View File

@@ -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)