Skip to content

Commit 71533ce

Browse files
author
Joe Stubbs
committed
Fix syntax issue in setting env var
1 parent 63e61d5 commit 71533ce

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/abaco_compute/tasks

1 file changed

+1
-1
lines changed

ansible/roles/abaco_compute/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
sudo_user: "{{ linux_user }}"
4343
environment:
4444
COMPOSE_HTTP_TIMEOUT: 240
45-
abaco_path={{ base_dir }}
45+
abaco_path: '{{ base_dir }}'

0 commit comments

Comments
 (0)