From 0e8165a3129c40b91d3954a6c42513bba48f7784 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 14:52:05 -0500 Subject: [PATCH] tasks/comment: typo RE: ZFS requirement/order --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0804e39..dd2536d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -79,7 +79,7 @@ disable_gpg_check: "{{ true if ansible_os_family == 'RedHat' else omit }}" # signature+repo is installed from URL [with SSL/TLS] become: true -- 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] ansible.builtin.command: rpm -e --nodeps zfs-fuse # noqa: command-instead-of-module (lack coverage) when: "'zfs-fuse' in ansible_facts.packages" changed_when: true # lint: assume on return, 'when' checks requirement