This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
hermes/local.yml
2023-03-13 11:15:37 +01:00

9 lines
160 B
YAML

- hosts: localhost
connection: local
tasks:
- name: ensure file exists
copy:
content: ""
dest: ~/testje.txt
force: false