jens1 #1

Merged
jens merged 2 commits from jens1 into master 2022-12-09 18:10:01 +01:00
Showing only changes of commit 345dbcddcd - Show all commits

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
...