Skip to content

Commit

Permalink
NGX-875: Update name to reflect target OS group for task
Browse files Browse the repository at this point in the history
  • Loading branch information
combssm committed May 21, 2024
1 parent 76c072d commit d7c1c8b
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 @@ -51,7 +51,7 @@

# FIXME: Find a better way to reset a module when switching versions
# FIXME: Idempotence is broken on this task. Anything we can hook onto?
- name: (RedHat 9) Reset php dnf module
- name: (RedHat>=8) Reset php dnf module
ansible.builtin.raw: dnf -y module reset php
when:
- ansible_distribution_major_version >= "8" and ansible_os_family == "RedHat"
Expand Down

0 comments on commit d7c1c8b

Please sign in to comment.