5 lines
275 B
Text
5 lines
275 B
Text
+ ansible-playbook -i inventory test.yml
|
|
++ set +x
|
|
fatal: [testhost]: FAILED! => {"changed": false, "msg": "no reason"}
|
|
fatal: [testhost]: FAILED! => {"msg": "One or more items failed"}
|
|
fatal: [testhost]: FAILED! => {"changed": false, "msg": "Failed as requested from task"}
|