From b233f3ed3c7eb409af344474edb486cd44666d87 Mon Sep 17 00:00:00 2001 From: Pablo SEMINARIO Date: Wed, 5 Oct 2016 13:42:09 +0200 Subject: Fix minor typo on testing paths example --- docsite/rst/playbooks_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1