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.
1 parent 3ff7d65 commit a7a4ec8Copy full SHA for a7a4ec8
tasks/pools.yml
@@ -54,7 +54,7 @@
54
- name: Create Ansible fact for zfs pool to path mapping
55
ini_file:
56
path: /etc/ansible/facts.d/zfs-pool.fact
57
- section: null
+ section: zfs-storage-pools
58
option: "{{ item.name }}"
59
value: "{{ item.source }}"
60
when: item.type == "zfs"
0 commit comments