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 10:44:08 +01:00

12 lines
220 B
YAML

- hosts: all
connection: local
tasks:
- name: ensure file exists
copy:
content: ""
dest: /home/pim/testje.txt
force: false
group: sys
owner: root
mode: 0555