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

This commit is contained in:
2023-09-25 23:39:20 +01:00
parent 51a0ca3938
commit 2506402fae
2 changed files with 3 additions and 3 deletions

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