mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed typo in Conditionals documentation page (#16531)
This commit is contained in:
parent
46a97e1f55
commit
2f69baf1b9
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ decide to do something conditionally based on success or failure::
|
|||
- command: /bin/something
|
||||
when: result|failed
|
||||
|
||||
# In older versions of ansible use |success, now both are valid but succedded uses the correct tense.
|
||||
# In older versions of ansible use |success, now both are valid but succeeded uses the correct tense.
|
||||
- command: /bin/something_else
|
||||
when: result|succeeded
|
||||
|
||||
|
|
Loading…
Reference in a new issue