Teil 11 Loops
This commit is contained in:
21
roles/noloop/tasks/main.yml
Normal file
21
roles/noloop/tasks/main.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
- include: ../subtasks/setuploop.yml
|
||||
- name: erzeuge test1.txt
|
||||
ansible.builtin.file:
|
||||
path: "test/test1.txt"
|
||||
state: touch
|
||||
- name: erzeuge test1.json
|
||||
ansible.builtin.file:
|
||||
path: "test/test1.json"
|
||||
state: touch
|
||||
- name: erzeuge test2.txt
|
||||
ansible.builtin.file:
|
||||
path: "test/test2.txt"
|
||||
state: touch
|
||||
- name: erzeuge test3.txt
|
||||
ansible.builtin.file:
|
||||
path: "test/test3.txt"
|
||||
state: touch
|
||||
- name: erzeuge testr4.dat
|
||||
ansible.builtin.file:
|
||||
path: "test/test4.dat"
|
||||
state: touch
|
Reference in New Issue
Block a user