Skip to content

Commit 1b9dc73

Browse files
authored
Adds support for snapshot_as_volume_chain parameter in task Configure Proxmox Storage
1 parent 8c12be3 commit 1b9dc73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@
352352
shared: "{{ item.shared | default(omit) }}"
353353
create_subdirs: "{{ item.create_subdirs | default(omit) }}"
354354
is_mountpoint: "{{ item.is_mountpoint | default(omit) }}"
355+
snapshot_as_volume_chain: "{{ item.snapshot_as_volume_chain | default(omit) }}"
355356
no_log: "{{ pve_no_log }}"
356357
with_items: "{{ pve_storages }}"
357358
when: "not pve_cluster_enabled | bool or (pve_cluster_enabled | bool and inventory_hostname == _init_node)"

0 commit comments

Comments
 (0)