diff --git a/.gitea/workflows/add-new-service.yml b/.gitea/workflows/add-new-service.yml index 0803e79..79366ba 100644 --- a/.gitea/workflows/add-new-service.yml +++ b/.gitea/workflows/add-new-service.yml @@ -9,6 +9,9 @@ on: jobs: deploy: runs-on: hla-dev + + env: + ANSIBLE_CONFIG: "${{ github.workspace }}/ansible/ansible.cfg" steps: - name: Checkout repository