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

13 lines
226 B
YAML
Raw Normal View History

2023-03-13 09:59:42 +00:00
- hosts: localhost
2023-03-13 09:00:48 +00:00
connection: local
tasks:
2023-03-13 09:05:50 +00:00
- name: ensure file exists
copy:
content: ""
2023-03-13 09:21:51 +00:00
dest: /home/pim/testje.txt
2023-03-13 09:05:50 +00:00
force: false
group: sys
owner: root
mode: 0555