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:
parent
66f90d1401
commit
4fd7ab11ff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue