logging :)
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m23s Details

This commit is contained in:
Gleb Koval 2023-09-25 23:39:20 +01:00
parent 51a0ca3938
commit 2506402fae
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 3 additions and 3 deletions

View File

@ -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 }}
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }} -vv

View File

@ -85,14 +85,14 @@
- name: Resize root disk
community.general.proxmox_disk:
disk: scsi0
size: 16G
size: 16
state: resized
- name: Create data disk
community.general.proxmox_disk:
disk: scsi1
backup: true
storage: nvme
size: 2048G
size: 2048
- name: Update VM
community.general.proxmox_kvm:
update: true