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>
pull/27235/head
Abhijeet Kasurde 7 years ago committed by Brian Coca
parent 66f90d1401
commit 4fd7ab11ff

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

Loading…
Cancel
Save