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

fix change_when example for False

This commit is contained in:
Adam Miller 2013-10-18 13:13:13 -05:00
parent 8478e82647
commit 5b2338b2bf

View file

@ -79,6 +79,7 @@ does not cause handlers to fire::
# this will never report 'changed' status
- shell: wall 'beep'
changed_when: False
.. seealso::