We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea31a49 commit 2ad3d87Copy full SHA for 2ad3d87
.taskfiles/Ansible/Taskfile.yaml
@@ -90,7 +90,7 @@ tasks:
90
vars:
91
force: '{{.force | default "true"}}'
92
sources:
93
- - "{{.ANSIBLE_DIR}}/requirements.txt"
94
- - "{{.ANSIBLE_DIR}}/requirements.yaml"
+ - "{{.ROOT_DIR}}/requirements.txt"
+ - "{{.ROOT_DIR}}/requirements.yaml"
95
generates:
96
- "{{.ROOT_DIR}}/.venv/pyvenv.cfg"
0 commit comments