fix snippet dir error

master
guppy 2023-05-10 09:32:15 +02:00
parent 52be6c7534
commit a7cca96a5b
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@
- libguestfs-tools
become: yes
- name: Create Proxmox snippet
file:
path: /var/lib/vz/snippets
state: directory
mode: '0755'
- name: Install QEMU agent on img
command: "virt-customize -a {{ vm.cloud_image_path }} --install qemu-guest-agent"
become: yes