4 lines
109 B
YAML
4 lines
109 B
YAML
- name: "Check if the file \"{{ filepath }}\" is present"
|
|
file:
|
|
path: "{{ filepath }}"
|
|
state: file
|