Skip to content

Commit

Permalink
Merge pull request #17 from mariojansen/rockylinuxsupport
Browse files Browse the repository at this point in the history
Add support for rockylinux
  • Loading branch information
jdauphant authored Aug 13, 2024
2 parents ec6ab40 + 73dfbcc commit ab8294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- name: install unbound for RedHat OS family
yum: name=unbound state={{ unbound_pkg_state }}
when: ansible_os_family == 'RedHat' and unbound_only_zones == false
when: (ansible_os_family == 'RedHat' or ansible_os_family == 'Rocky')and unbound_only_zones == false
tags: ["packages","unbound"]

- name: Ensure zones folder exist
Expand Down

0 comments on commit ab8294d

Please sign in to comment.