Merge "Fix typo for vpnaas_custom_config distribution"

This commit is contained in:
Zuul 2023-09-16 00:42:05 +00:00 committed by Gerrit Code Review
commit b399ac2a3c
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
loop: "{{ neutron_vpnaas_custom_config }}"
when:
- neutron_vpnaas_custom_config | length > 0
- neutron_services['neutron-l3-agent']['group'] in group_name
- neutron_services['neutron-l3-agent']['group'] in group_names
- item.condition | default(True)
- name: Stop haproxy service on debian derivatives with standalone network nodes