mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fixed typo in Conditionals documentation page (#16537)
This commit is contained in:
committed by
Brian Coca
parent
2f69baf1b9
commit
b3ca0c02c5
@@ -58,7 +58,7 @@ decide to do something conditionally based on success or failure::
|
||||
when: result|skipped
|
||||
|
||||
|
||||
.. note:: the filters have been updated in 2.1 so both `success` and `succeded` work (`fail`/`failed`, etc).
|
||||
.. note:: the filters have been updated in 2.1 so both `success` and `succeeded` work (`fail`/`failed`, etc).
|
||||
|
||||
Note that was a little bit of foreshadowing on the 'register' statement. We'll get to it a bit later in this chapter.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user