mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
introduced with 9e277aabb033b3ec823b4a2db7c0f7e315eaaf0b
This commit is contained in:
parent
04b4ca51c3
commit
4bfffe813b
4 changed files with 5 additions and 5 deletions
|
@ -114,7 +114,7 @@ def main():
|
|||
try:
|
||||
rc, out, err = module.run_command(cmd)
|
||||
except Exception:
|
||||
e = get_exception
|
||||
e = get_exception()
|
||||
module.fail_json(msg=str(e))
|
||||
|
||||
msg = "Unexpected failure!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue