Skip to content

Commit

Permalink
switch detect zfs pool to ansible.builtin.command
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtus committed Jun 20, 2024
1 parent f60b2bf commit db13bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/create-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
changed_when: false

- name: Detect zfs pool
ansible.builtin.shell: "zpool list {{ item.key }}"
ansible.builtin.command: "zpool list {{ item.key }}"
register: ansible_zfs_pool
failed_when: false
changed_when: false
Expand Down

0 comments on commit db13bd5

Please sign in to comment.