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 55e4a8f commit 0e8165aCopy full SHA for 0e8165a
tasks/main.yml
@@ -79,7 +79,7 @@
79
disable_gpg_check: "{{ true if ansible_os_family == 'RedHat' else omit }}" # signature+repo is installed from URL [with SSL/TLS]
80
become: true
81
82
-- name: Remove conflicting 'zfs-fuse' # most likely to appear w/ Fedora, requirement satisfied by real ZFS; placed before immediately install
+- name: Remove conflicting 'zfs-fuse' # most likely to appear w/ Fedora, requirement satisfied by real ZFS [installed next]
83
ansible.builtin.command: rpm -e --nodeps zfs-fuse # noqa: command-instead-of-module (lack coverage)
84
when: "'zfs-fuse' in ansible_facts.packages"
85
changed_when: true # lint: assume on return, 'when' checks requirement
0 commit comments