Skip to content

Commit d8b3cf6

Browse files
committed
changed variable name
1 parent b7161de commit d8b3cf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
- cluster_home_volume is defined
7878
- cluster_compute_groups is defined
7979
fail_msg: "One or more expected variables are missing: is OpenTofu inventory template up to date?"
80-
when: not appliances_caas_skip_validate_vars
80+
when: appliances_validate_tofu_vars | bool
8181

8282
- name: Ensure control node is in inventory
8383
hosts: all
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
appliances_caas_skip_validate_vars: true
1+
appliances_validate_tofu_vars: false

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ appliances_cockpit_state: absent # RHEL cockpit installed but not enabled in gen
88
# appliances_state_dir: # define an absolute path here to use for persistent state: NB: This is defined as /var/lib/state in inventory by the default Terraform
99
appliances_mode: configure
1010
appliances_pulp_url: https://ark.stackhpc.com
11-
appliances_caas_skip_validate_vars: false
11+
appliances_validate_tofu_vars: true
1212

1313
# Address(ip/dns) for internal communication between services. This is
1414
# normally traffic you do no want to expose to users.

0 commit comments

Comments
 (0)