„roles/with_sequence/tasks/main.yml“ ändern

This commit is contained in:
2025-07-24 06:46:57 +00:00
parent a42fdacaf2
commit 11e5e16e2b

View File

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