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/ansible.yml
2023-03-11 17:18:23 +01:00

10 lines
191 B
YAML

- hosts: all
tasks:
- name: ensure file exists
copy:
content: ""
dest: /root/testje
force: false
group: sys
owner: root
mode: 0555