Skip to content

Commit 0e8165a

Browse files
committed
tasks/comment: typo RE: ZFS requirement/order
1 parent 55e4a8f commit 0e8165a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
disable_gpg_check: "{{ true if ansible_os_family == 'RedHat' else omit }}" # signature+repo is installed from URL [with SSL/TLS]
8080
become: true
8181

82-
- name: Remove conflicting 'zfs-fuse' # most likely to appear w/ Fedora, requirement satisfied by real ZFS; placed before immediately install
82+
- name: Remove conflicting 'zfs-fuse' # most likely to appear w/ Fedora, requirement satisfied by real ZFS [installed next]
8383
ansible.builtin.command: rpm -e --nodeps zfs-fuse # noqa: command-instead-of-module (lack coverage)
8484
when: "'zfs-fuse' in ansible_facts.packages"
8585
changed_when: true # lint: assume on return, 'when' checks requirement

0 commit comments

Comments
 (0)