mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
5708894f90
* display 'changed' tasks when hiding 'ok' tasks * display proper task title for handlers (fixes #44007)
3 lines
126 B
Text
3 lines
126 B
Text
+ ansible-playbook -i ../../inventory test.yml
|
|
++ set +x
|
|
fatal: [testhost]: FAILED! => {"changed": false, "msg": "no reason"}
|