bfd32c9b00
* clean "changed" after it has been processed without this change, a loop of `debug` tasks with `changed_when` causes the "changed" status to get lost before output * runme.sh tests for debug loop status
5 lines
270 B
Text
5 lines
270 B
Text
+ ansible-playbook -i inventory test.yml
|
|
++ set +x
|
|
fatal: [testhost]: FAILED! => {"changed": false, "msg": "no reason"}
|
|
fatal: [testhost]: FAILED! => {"msg": "All items completed"}
|
|
fatal: [testhost]: FAILED! => {"changed": false, "msg": "Failed as requested from task"}
|