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 26364a8 commit 4258762Copy full SHA for 4258762
roles/terrible/tasks/setup_vars.yml
@@ -84,7 +84,7 @@
84
- name: Set HCL Deploy path
85
set_fact:
86
hcl_deploy_path: "{{ lookup('env','HOME') }}/.terrible/{{ ansible_inventory_sources[0].split('/')[-1] }}/localhost"
87
- when: provider_uri.split('/')[-2] == ""
+ when: provider_uri.split('/')[-2] | length == 0
88
delegate_to: terraform_node
89
90
# Create the directory tree for the temprorary files.
0 commit comments