1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fail_json when error and not exit_json

This commit is contained in:
Allen Sanabria 2016-08-04 15:36:39 -07:00 committed by Matt Clay
parent 38349f226a
commit ba17bdf1d0

View file

@ -1062,7 +1062,7 @@ def main():
)
if not success:
module.exit_json(
module.fail_json(
msg=err_msg, success=success, changed=changed
)
else: