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 a208dc8 commit db36230Copy full SHA for db36230
roles/cluster_infra/tasks/main.yml
@@ -1,3 +1,9 @@
1
+- debug:
2
+ msg: |
3
+ terraform_backend_type: {{ terraform_backend_type }}
4
+ terraform_state: {{ terraform_state }}
5
+ cluster_upgrade_system_packages: {{ cluster_upgrade_system_packages | default('undefined') }}
6
+
7
# We need to convert the floating IP id to an address for Terraform
8
- name: Look up floating IP
9
include_role:
0 commit comments