chore: use ansible from inside venv to have full control of version, etc

This commit is contained in:
Benjamin Labrecque
2026-07-10 10:22:23 +02:00
parent 5399f374c9
commit 4a776d572b
+3
View File
@@ -9,6 +9,9 @@ on:
jobs:
deploy:
runs-on: hla-dev
env:
ANSIBLE_CONFIG: "${{ github.workspace }}/ansible/ansible.cfg"
steps:
- name: Checkout repository