diff --git a/tasks/packages/redhat.yml b/tasks/packages/redhat.yml index a000703..71409ce 100644 --- a/tasks/packages/redhat.yml +++ b/tasks/packages/redhat.yml @@ -26,7 +26,7 @@ # FIXME: Idempotence is broken on this task. Anything we can hook onto? - name: (RedHat 9) Enable CRB repository ansible.builtin.raw: dnf config-manager --set-enabled crb - when: ansible_distribution_major_version == 9 and ansible_os_family == "RedHat" + when: ansible_distribution_major_version == "9" and ansible_os_family == "RedHat" changed_when: result.rc > 0 register: result