Skip to content

Commit

Permalink
Add support for rockylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Jansen committed Mar 3, 2023
1 parent ec6ab40 commit 73dfbcc
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 73dfbcc

Please sign in to comment.