Teil 11 Loops

This commit is contained in:
2025-07-16 13:59:07 +02:00
parent 9621d1d1d4
commit a9f3b8347f
9 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
- include: ../subtasks/setuploop.yml
- name: erzeuge Testdateien
ansible.builtin.file:
path: "test/{{ item }}"
state: touch
with_items:
- test1.txt
- test1.json
- test2.txt
- test3.txt
- test4.dat