file_check_exists
Checks if a file exists.
⚙️ Compatible targets: Linux
Parameters
Name | Documentation |
---|---|
path | File name (absolute path on the target node). This parameter is required. |
Example
method: file_check_exists
params:
path: VALUE
Documentation
This bundle will define a condition file_check_exists_${path}_{ok, reached, kept}
if the
file exists, or file_check_exists_${path}_{not_ok, reached, not_kept, failed}
if
the file doesn't exists