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

Merge pull request #4588 from maxamillion/maxamillion/docfix-changed_when

fix change_when example for False
This commit is contained in:
Michael DeHaan 2013-10-18 11:35:00 -07:00
commit 1d090b5b25

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