Compare commits

..

No commits in common. "2917e48a7f35169162919029c8f39c611639f0ad" and "6ea8cccf303f3628d3f9f44b210404d57561102e" have entirely different histories.

2 changed files with 0 additions and 23 deletions

View File

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

View File

@ -1,12 +0,0 @@
---
- 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
...