Fix linting error
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-09-06 13:41:51 +02:00
parent aa5c45e6e6
commit ac3f162dd4
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@
- key: VAPP_IPPOOL_RANGE
value: "{{ vapp['ippool.startip'] + '#' + (vapp['ippool.startip'] | netaddr_iter_iprange(vapp['ippool.endip']) | length | string) }}"
loop_control:
label: "{{ item.kind + '/' + item.name + ' (' + item.namespace + ')' }}"
label: "{{ item.kind + '/' + item.name + ' (' + item.namespace + ')' }}"