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::