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 <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2017-07-22 09:07:36 +05:30 committed by Brian Coca
commit 4fd7ab11ff

View file

@ -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: