diff --git a/.gitea/workflows/provision_configure.yaml b/.gitea/workflows/provision_configure.yaml index 8682b0a..98cfb97 100644 --- a/.gitea/workflows/provision_configure.yaml +++ b/.gitea/workflows/provision_configure.yaml @@ -61,14 +61,11 @@ jobs: - name: Terraform Apply run: terraform apply -auto-approve - - name: Copy inventory file to workspace - run: cp ../ansible/inventory.ini ./inventory.ini - - name: Upload inventory as artifact uses: actions/upload-artifact@v4 with: name: ansible_inventory - path: inventory.ini + path: ansible/inventory.ini ansible: name: Ansible Apply