Skip to content

Commit 2ad3d87

Browse files
authored
fix: update Ansible taskfile (#1160)
1 parent ea31a49 commit 2ad3d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.taskfiles/Ansible/Taskfile.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ tasks:
9090
vars:
9191
force: '{{.force | default "true"}}'
9292
sources:
93-
- "{{.ANSIBLE_DIR}}/requirements.txt"
94-
- "{{.ANSIBLE_DIR}}/requirements.yaml"
93+
- "{{.ROOT_DIR}}/requirements.txt"
94+
- "{{.ROOT_DIR}}/requirements.yaml"
9595
generates:
9696
- "{{.ROOT_DIR}}/.venv/pyvenv.cfg"

0 commit comments

Comments
 (0)