mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix minor typo on testing paths example
This commit is contained in:
parent
0a86ddc251
commit
b233f3ed3c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Testing paths
|
|||
The following tests can provide information about a path on the controller::
|
||||
|
||||
- debug: msg="path is a directory"
|
||||
when: mypath|isdir
|
||||
when: mypath|is_dir
|
||||
|
||||
- debug: msg="path is a file"
|
||||
when: mypath|is_file
|
||||
|
|
Loading…
Reference in a new issue