From 4fd7ab11ff202934b53b3bb406e9c645a1e22068 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Sat, 22 Jul 2017 09:07:36 +0530 Subject: [PATCH] Minor fix for typo - ismount to is_mount Fix adds correction from ismount to is_mount filter in playbooks_tests documentation. Fixes: 27128 Signed-off-by: Abhijeet Kasurde --- docs/docsite/rst/playbooks_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbooks_tests.rst b/docs/docsite/rst/playbooks_tests.rst index 523ece79221..ac9c9e5b5d8 100644 --- a/docs/docsite/rst/playbooks_tests.rst +++ b/docs/docsite/rst/playbooks_tests.rst @@ -127,7 +127,7 @@ The following tests can provide information about a path on the controller:: when: mypath|samefile(path2) - debug: msg="path is a mount" - when: mypath|ismount + when: mypath|is_mount .. _test_task_results: