chore: use ansible from inside venv to have full control of version, etc
This commit is contained in:
@@ -41,8 +41,9 @@ jobs:
|
||||
uv run ansible-galaxy collection install -r ansible/collections/requirements.yml -p ./ansible/installed-collections
|
||||
|
||||
- name: Run New Service Playbook
|
||||
working-directory: ansible
|
||||
run: |
|
||||
uv run ansible-playbook ansible/playbooks/add-new-service.yml \
|
||||
-i ansible/hosts.yml \
|
||||
uv run ansible-playbook playbooks/add-new-service.yml \
|
||||
-i hosts.yml \
|
||||
--extra-vars="repo_root=${{ github.workspace }} agebd_env=dev service_name_lower=${{ steps.parse_branch.outputs.service_name_lower }}" \
|
||||
-v
|
||||
Reference in New Issue
Block a user