forked from CCCHH/ansible-infra
nginx(role): make loop output manageable using loop_control label
This commit is contained in:
parent
9dba002f10
commit
0e4df5b590
2 changed files with 8 additions and 0 deletions
|
|
@ -5,3 +5,5 @@
|
|||
or item.name == "redirect"
|
||||
or item.name == "logging"
|
||||
loop: "{{ nginx__configurations }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue