with_fileglob
This commit is contained in:
7
roles/with_fileglob/tasks/main.yml
Normal file
7
roles/with_fileglob/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: "Beispiel 1: Alle .conf Dateien in /etc auflisten"
|
||||
debug:
|
||||
msg: "Gefundene Konfigurationsdatei: {{ item }}"
|
||||
with_fileglob:
|
||||
- /etc/*.conf
|
||||
|
||||
|
Reference in New Issue
Block a user