1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
parent 66f90d1401
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: