fix cloud init template

This commit is contained in:
counterweight 2025-11-02 01:24:39 +01:00
parent 4d8e641466
commit d4782d00cc
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 2 additions and 5 deletions

View file

@ -58,11 +58,7 @@
force: false
when: not debian_image_stat.stat.exists
- name: Ensure ZFS storage allows snippets content
command: >
pvesm set {{ proxmox_image_storage }} --content images,rootdir,snippets
- name: Ensure local storage allows snippets content
- name: Ensure local storage allows snippets content (used for cloud-init snippets)
command: >
pvesm set local --content images,iso,vztmpl,snippets
failed_when: false