ansible pull test

This commit is contained in:
Pim Kunis 2023-03-11 17:18:23 +01:00
parent 9a4b6ebd8e
commit 271d75b7bd

10
ansible.yml Normal file
View file

@ -0,0 +1,10 @@
- hosts: all
tasks:
- name: ensure file exists
copy:
content: ""
dest: /root/testje
force: false
group: sys
owner: root
mode: 0555