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:
commit
1d090b5b25
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ does not cause handlers to fire::
|
|||
|
||||
# this will never report 'changed' status
|
||||
- shell: wall 'beep'
|
||||
changed_when: False
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
|
Loading…
Reference in a new issue