increase verbosity
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m17s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m17s
Details
This commit is contained in:
parent
381ae8bcf3
commit
152a5a606e
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: Setup Docker
|
||||
- name: Setup Software
|
||||
hosts: joplin
|
||||
gather_facts: false
|
||||
tasks:
|
Loading…
Reference in New Issue