Skip to content

Commit e2b5758

Browse files
committed
Fix for issue #27
1 parent caf0dd7 commit e2b5758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
- name: Extract server ids from cluster group output
4646
set_fact:
4747
cluster_servers: "{{ cluster_group.output_value | json_query('[*].nodes[*].id') | flatten }}"
48-
cluster_interfaces: "{{ cluster_net | map(attribute='net') | list }}"
48+
cluster_interfaces: "{{ cluster_params.cluster_net | map(attribute='net') | list }}"
4949

5050
- name: Attach interfaces to servers
5151
os_server_interface:

0 commit comments

Comments
 (0)