mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
fix change_when example for False
This commit is contained in:
parent
8478e82647
commit
5b2338b2bf
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
|
# this will never report 'changed' status
|
||||||
- shell: wall 'beep'
|
- shell: wall 'beep'
|
||||||
|
changed_when: False
|
||||||
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue