We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cf968 commit facc0cfCopy full SHA for facc0cf
dev/ansible-ssh
@@ -44,7 +44,7 @@ if __name__ == "__main__":
44
try:
45
output = subprocess.check_output(ansible_cmd, text=True)
46
except (subprocess.CalledProcessError):
47
- msg = (f"[ERROR]: Is {pattern} missing from the inventory?")
+ msg = ("[ERROR]: ansible exited in error")
48
print(msg, file=sys.stderr)
49
sys.exit(-1)
50
# output looks like e.g.
0 commit comments