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 d9d60bd commit 8dc1d58Copy full SHA for 8dc1d58
multinode-app.yml
@@ -32,10 +32,10 @@
32
33
- name: Deploy ansible playbook manually
34
command: ansible-playbook -i ansible/inventory.yml ansible/configure-hosts.yml
35
- vars:
36
- terraform_binary_directory: "{{ playbook_dir }}/../bin"
37
- terraform_binary_path: "{{ terraform_binary_directory }}/../terraform"
38
- terraform_project_path: "{{ playbook_dir }}"
+ vars:
+ terraform_binary_directory: "{{ playbook_dir }}/../bin"
+ terraform_binary_path: "{{ terraform_binary_directory }}/../terraform"
+ terraform_project_path: "{{ playbook_dir }}"
39
40
# Import the playbook to start configuring the multi-node hosts.
41
#- name: Configure hosts and deploy ansible
0 commit comments