raiseAnsibleError("Problem running vault password script %s (%s). If this is not a script, remove the executable bit from the file."%(''.join(this_path),e))
raiseAnsibleError("Problem running vault password script %s (%s). If this is not a script, remove the executable bit from the file."%(''.join(this_path),e))
stdout,stderr=p.communicate()
stdout,stderr=p.communicate()
ifp.returncode!=0:
ifp.returncode!=0:
raiseAnsibleError("Vault password script %s returned non-zero (%s)."%(this_path,p.returncode))
raiseAnsibleError("Vault password script %s returned non-zero (%s): %s"%(this_path,p.returncode,p.stderr))