mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixed typo in Conditionals documentation page (#16531)
This commit is contained in:
committed by
Brian Coca
parent
46a97e1f55
commit
2f69baf1b9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user