We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf11d2 commit fbc251bCopy full SHA for fbc251b
ansible/roles/cluster_infra/tasks/main.yml
@@ -17,9 +17,9 @@
17
- name: Set floating IP address fact
18
set_fact:
19
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
+ when:
+ - cluster_floating_ip is defined
+ - cluster_floating_ip
23
24
- name: Install Terraform binary
25
include_role:
0 commit comments