From 02f209474a16739e4af1e57ceae47ee1ff501793 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 12 Jun 2025 13:46:31 -0400 Subject: [PATCH] Location fix.. --- .gitea/workflows/pr-ansible-config-deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/pr-ansible-config-deployment.yaml b/.gitea/workflows/pr-ansible-config-deployment.yaml index 023994d7..bb4ea3e2 100644 --- a/.gitea/workflows/pr-ansible-config-deployment.yaml +++ b/.gitea/workflows/pr-ansible-config-deployment.yaml @@ -107,14 +107,14 @@ jobs: uses: dawidd6/action-ansible-playbook@v3 with: # Required, playbook filepath - playbook: ansible/docker_config_deploy.yml + playbook: docker_config_deploy.yml directory: ansible/ key: ${{ secrets.RINOA_ANSIBLE_PRIVATE_KEY }} vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }} - requirements: ansible/collections/requirements.yml + requirements: collections/requirements.yml options: | --check - --inventory ansible/inventory/hosts.yml + --inventory inventory/hosts.yml -vvv - name: Gotify Notification uses: eikendev/gotify-action@master @@ -195,13 +195,13 @@ jobs: uses: dawidd6/action-ansible-playbook@v3 with: # Required, playbook filepath - playbook: ansible/docker_config_deploy.yml + playbook: docker_config_deploy.yml directory: ansible/ key: ${{ secrets.RINOA_ANSIBLE_PRIVATE_KEY }} vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }} - requirements: ansible/collections/requirements.yml + requirements: collections/requirements.yml options: | - --inventory ansible/inventory/hosts.yml + --inventory inventory/hosts.yml -vvv # - name: Ansible Playbook Config Deploy # uses: arillso/action.playbook@0.1.0