add quoted examples (#76858)

pull/76861/head
Sandra McCann 3 years ago committed by GitHub
parent ee80e856c2
commit a5283d67ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -317,6 +317,16 @@ The following tests can provide information about a path on the controller
msg: "path is a mount"
when: mypath is mount
- debug:
msg: "path is a directory"
when: mypath is directory
vars:
mypath: /my/patth
- debug:
msg: "path is a file"
when: "'/my/path' is file"
Testing size formats
====================

Loading…
Cancel
Save