Skip to content

Commit

Permalink
fix: update Ansible taskfile (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p committed Jan 15, 2024
1 parent ea31a49 commit 2ad3d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskfiles/Ansible/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ tasks:
vars:
force: '{{.force | default "true"}}'
sources:
- "{{.ANSIBLE_DIR}}/requirements.txt"
- "{{.ANSIBLE_DIR}}/requirements.yaml"
- "{{.ROOT_DIR}}/requirements.txt"
- "{{.ROOT_DIR}}/requirements.yaml"
generates:
- "{{.ROOT_DIR}}/.venv/pyvenv.cfg"

0 comments on commit 2ad3d87

Please sign in to comment.