Skip to content

Commit 8dc1d58

Browse files
committed
Amend playbook vars.
1 parent d9d60bd commit 8dc1d58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

multinode-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232

3333
- name: Deploy ansible playbook manually
3434
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 }}"
35+
vars:
36+
terraform_binary_directory: "{{ playbook_dir }}/../bin"
37+
terraform_binary_path: "{{ terraform_binary_directory }}/../terraform"
38+
terraform_project_path: "{{ playbook_dir }}"
3939

4040
# Import the playbook to start configuring the multi-node hosts.
4141
#- name: Configure hosts and deploy ansible

0 commit comments

Comments
 (0)