added xyz1.yml

This commit is contained in:
Jens Heinitz 2022-12-09 18:08:06 +01:00
parent 6ea8cccf30
commit 345dbcddcd

12
xyz1.yml Normal file
View File

@ -0,0 +1,12 @@
---
- name: Moin, Moin Leude!
hosts: all
tasks:
- name: copy file
copy:
src: test3a.txt
dest: /tmp/test_file_3a_{{ ansible_hostname }}.txt
mode: "0644"
owner: pi
group: users
...