From 2f69baf1b9b381a40bdc0d376a4ffc9a2474ae5f Mon Sep 17 00:00:00 2001 From: Johanan Lieberman Date: Fri, 1 Jul 2016 00:55:40 +0300 Subject: [PATCH] Fixed typo in Conditionals documentation page (#16531) --- docsite/rst/playbooks_conditionals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_conditionals.rst b/docsite/rst/playbooks_conditionals.rst index b205523ccd..4633e70cf5 100644 --- a/docsite/rst/playbooks_conditionals.rst +++ b/docsite/rst/playbooks_conditionals.rst @@ -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