Skip to content

Commit fbc251b

Browse files
committed
fix conditional logic re. FIPs for caas
1 parent 8cf11d2 commit fbc251b

File tree

1 file changed

+3
-3
lines changed
  • ansible/roles/cluster_infra/tasks

1 file changed

+3
-3
lines changed

ansible/roles/cluster_infra/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
- name: Set floating IP address fact
1818
set_fact:
1919
cluster_floating_ip_address: "{{ cluster_floating_ip_info.floating_ip.floating_ip_address }}"
20-
when:
21-
- cluster_floating_ip is defined
22-
- cluster_floating_ip
20+
when:
21+
- cluster_floating_ip is defined
22+
- cluster_floating_ip
2323

2424
- name: Install Terraform binary
2525
include_role:

0 commit comments

Comments
 (0)