Teil 11 Loops
This commit is contained in:
10
roles/subtasks/setuploop.yml
Normal file
10
roles/subtasks/setuploop.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: create test dir
|
||||
ansible.builtin.file:
|
||||
path: test
|
||||
state: directory
|
||||
- name: delete test files
|
||||
ansible.builtin.file:
|
||||
path: "test/*"
|
||||
state: absent
|
||||
|
Reference in New Issue
Block a user