Skip to content

Commit

Permalink
NGX-753: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
combssm committed Aug 6, 2023
1 parent 9bcb0d6 commit b6480b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/packages/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6480b9

Please sign in to comment.