marc-ledent
Results
1
issues of
marc-ledent
The "debug" module does not display anything when in a loop. Example: - hosts: all gather_facts: False tasks: - name: message loop debug: msg: "Hello {{item}}" with_items: - alice -...