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 cd7b5cd commit 8a24377Copy full SHA for 8a24377
roles/cloudera_deploy/tasks/init.yml
@@ -232,7 +232,7 @@
232
233
- name: Check Supplied terraform_base_dir variable
234
when:
235
- - infra_deployment_engine == 'terraform'
+ - globals.infra_deployment_engine == 'terraform'
236
ansible.builtin.assert:
237
that:
238
- globals.terraform_base_dir is defined
@@ -242,7 +242,7 @@
242
243
- name: Check Supplied terraform_auto_remote_state variable
244
245
246
247
248
- (globals.terraform_auto_remote_state|bool is sameas true) or (globals.terraform_auto_remote_state|bool is sameas false)
0 commit comments