Skip to content

Commit a7a4ec8

Browse files
committed
set custom fact with zfs pool to libvirt pool mappings. fixed
1 parent 3ff7d65 commit a7a4ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/pools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
- name: Create Ansible fact for zfs pool to path mapping
5555
ini_file:
5656
path: /etc/ansible/facts.d/zfs-pool.fact
57-
section: null
57+
section: zfs-storage-pools
5858
option: "{{ item.name }}"
5959
value: "{{ item.source }}"
6060
when: item.type == "zfs"

0 commit comments

Comments
 (0)