Skip to content

Commit c7046ef

Browse files
fix ansible-lint warning
1 parent ae2894d commit c7046ef

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/openstack_octavia/tasks

1 file changed

+1
-1
lines changed

ansible/roles/openstack_octavia/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
- name: Build octavia_port_names (override or hostname)
9393
ansible.builtin.set_fact:
94-
octavia_port_names: "{{ octavia_port_names | default([]) + [ (hostvars[item].octavia_host_override | default(item)) ] }}"
94+
octavia_port_names: "{{ octavia_port_names | default([]) + [hostvars[item].octavia_host_override | default(item)] }}"
9595
loop: "{{ groups['all'] }}"
9696
when:
9797
- hostvars[item].ovs_enabled is defined

0 commit comments

Comments
 (0)