retries und with_dict

This commit is contained in:
2025-07-26 08:52:35 +02:00
parent 64d62dcc91
commit 99a9fbc8ae
5 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
- name: Benutzer mit bestimmten Shells anlegen
vars:
users:
alice: /bin/bash
bob: /bin/zsh
carol: /bin/sh
debug:
msg: "Lege neuen User an Name: {{ item.key }} Shell: {{ item.value }}"
with_dict: "{{ users }}"