Commit a680ef66 by Brian Coca

fixed vault password file script execution

parent 6b842d9c
......@@ -23,11 +23,12 @@ import copy
import json
import os
import stat
import subprocess
from yaml import load, YAMLError
from six import text_type, string_types
from ansible.errors import AnsibleFileNotFound, AnsibleParserError
from ansible.errors import AnsibleFileNotFound, AnsibleParserError, AnsibleError
from ansible.errors.yaml_strings import YAML_SYNTAX_ERROR
from ansible.parsing.vault import VaultLib
from ansible.parsing.splitter import unquote
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment