nginx(role): make loop output manageable using loop_control label

This commit is contained in:
June 2025-02-18 06:07:47 +01:00
commit 0e4df5b590
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 8 additions and 0 deletions

View file

@ -5,3 +5,5 @@
or item.name == "redirect"
or item.name == "logging"
loop: "{{ nginx__configurations }}"
loop_control:
label: "{{ item.name }}"