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

Added stdout and stderr to puppet output for rc=2

This commit is contained in:
Xav Paice 2015-11-18 14:33:25 +13:00 committed by Matt Clay
parent fa9e1fd384
commit f30dbc9b20

View file

@ -196,7 +196,7 @@ def main():
error=True, stdout=stdout, stderr=stderr)
elif rc == 2:
# success with changes
module.exit_json(rc=0, changed=True)
module.exit_json(rc=0, changed=True, stdout=stdout, stderr=stderr)
elif rc == 124:
# timeout
module.exit_json(