increase verbosity
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m17s Details

This commit is contained in:
Gleb Koval 2023-09-06 00:35:08 +01:00
parent 381ae8bcf3
commit 152a5a606e
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 2 additions and 2 deletions

View File

@ -75,4 +75,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 }}
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }} -vvv

View File

@ -1,4 +1,4 @@
- name: Setup Docker
- name: Setup Software
hosts: joplin
gather_facts: false
tasks: