diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 9823a97..53c21f2 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -72,4 +72,4 @@ jobs: PROXMOX_TOKEN_ID: ${{ secrets.PROXMOX_TOKEN_ID }} PROXMOX_TOKEN_SECRET: ${{ secrets.PROXMOX_TOKEN_SECRET }} SSH_PUBLIC: ${{ secrets.SSH_PUBLIC }} - run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }} -vvv + run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }}