diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index 25876d2d..8bf01e46 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -69,9 +69,6 @@ jobs: uses: cpanato/vault-installer@main - name: Install hvac run: pip install hvac - - name: Validate Vault Authentication - run: | - vault status || echo "Vault authentication failed!" - name: Ansible Playbook Dry Run uses: dawidd6/action-ansible-playbook@v2 with: @@ -81,6 +78,7 @@ jobs: options: | --inventory inventory/hosts.yml --check + -vvv requirements: collections/requirements.yml vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }} - name: Gotify Notification