We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Configure Proxmox Storage
1 parent 8c12be3 commit 1b9dc73Copy full SHA for 1b9dc73
tasks/main.yml
@@ -352,6 +352,7 @@
352
shared: "{{ item.shared | default(omit) }}"
353
create_subdirs: "{{ item.create_subdirs | default(omit) }}"
354
is_mountpoint: "{{ item.is_mountpoint | default(omit) }}"
355
+ snapshot_as_volume_chain: "{{ item.snapshot_as_volume_chain | default(omit) }}"
356
no_log: "{{ pve_no_log }}"
357
with_items: "{{ pve_storages }}"
358
when: "not pve_cluster_enabled | bool or (pve_cluster_enabled | bool and inventory_hostname == _init_node)"
0 commit comments