diff options
author | Yuma Inaura (稲浦悠馬) <yuma.inaura@gmail.com> | 2018-08-28 01:33:49 +0200 |
---|---|---|
committer | Alicia Cozine <cozi@visi.com> | 2018-08-28 01:33:49 +0200 |
commit | 2655fd2cbdc0246cea78fc9835a09ac291689663 (patch) | |
tree | 3fc0ab49edbc793d042631ebacdd910f736fbbc5 /docs | |
parent | Adds metadata annotation that resource is managed by ansible (#44737) (diff) | |
download | ansible-2655fd2cbdc0246cea78fc9835a09ac291689663.tar.xz ansible-2655fd2cbdc0246cea78fc9835a09ac291689663.zip |
Update playbooks_conditionals.rst (#43055)
+label: docsite_pr
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/user_guide/playbooks_conditionals.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/user_guide/playbooks_conditionals.rst b/docs/docsite/rst/user_guide/playbooks_conditionals.rst index b4f3335a04..379ab05548 100644 --- a/docs/docsite/rst/user_guide/playbooks_conditionals.rst +++ b/docs/docsite/rst/user_guide/playbooks_conditionals.rst @@ -49,7 +49,7 @@ Multiple conditions that all need to be true (a logical 'and') can also be speci - ansible_distribution == "CentOS" - ansible_distribution_major_version == "6" -A number of Jinja2 "filters" can also be used in when statements, some of which are unique +A number of Jinja2 "tests" and "filters" can also be used in when statements, some of which are unique and provided by Ansible. Suppose we want to ignore the error of one statement and then decide to do something conditionally based on success or failure:: |