summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo SEMINARIO <pablo.seminario@people-doc.com>2016-10-05 13:42:09 +0200
committerBrian Coca <bcoca@users.noreply.github.com>2016-10-05 10:02:02 -0400
commitb233f3ed3c7eb409af344474edb486cd44666d87 (patch)
tree1008c23dc5a5229be78f78c6f05efc9541e0f322
parent0a86ddc25125359c244ac7040036a5080dd5bb04 (diff)
downloadansible-b233f3ed3c7eb409af344474edb486cd44666d87.tar.gz
Fix minor typo on testing paths example
-rw-r--r--docsite/rst/playbooks_tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_tests.rst b/docsite/rst/playbooks_tests.rst
index c341268d8a..51bd025717 100644
--- a/docsite/rst/playbooks_tests.rst
+++ b/docsite/rst/playbooks_tests.rst
@@ -88,7 +88,7 @@ Testing paths
The following tests can provide information about a path on the controller::
- debug: msg="path is a directory"
- when: mypath|isdir
+ when: mypath|is_dir
- debug: msg="path is a file"
when: mypath|is_file