Fixed typo in Conditionals documentation page (#16531)

pull/16537/head
Johanan Lieberman 8 years ago 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

Loading…
Cancel
Save