Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix(task): missing } char
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Sep 6, 2023
1 parent 466371b commit a76c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"

vars:
ANSIBLE_DIR: "{{.ROOT_DIR}/provision/ansible"
ANSIBLE_DIR: "{{.ROOT_DIR}}/provision/ansible"

includes:
ansible: .taskfiles/ansible.yml
Expand Down

0 comments on commit a76c2a7

Please sign in to comment.