with_sequence

This commit is contained in:
2025-07-23 20:39:31 +02:00
parent 33b73344ef
commit a42fdacaf2
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
- name: "Beispiel 1: Alle .conf Dateien in /etc auflisten"
debug:
msg: "User {{ item }}"
with_sequence: start=1 end=5 format="user%02d"