Fix minor typo on testing paths example

pull/4420/head
Pablo SEMINARIO 2016-10-05 13:42:09 +02:00 committed by Brian Coca
parent 0a86ddc251
commit b233f3ed3c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Testing paths
The following tests can provide information about a path on the controller:: The following tests can provide information about a path on the controller::
- debug: msg="path is a directory" - debug: msg="path is a directory"
when: mypath|isdir when: mypath|is_dir
- debug: msg="path is a file" - debug: msg="path is a file"
when: mypath|is_file when: mypath|is_file