jens1 #1

Merged
jens merged 2 commits from jens1 into master 2022-12-09 18:10:01 +01:00
2 changed files with 23 additions and 0 deletions

11
files/test3a.txt Normal file
View File

@ -0,0 +1,11 @@
This is a Testfile from Git
< Moin >
------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||

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