Skip to content

Commit

Permalink
Adding nagios aarch64 EPEL support
Browse files Browse the repository at this point in the history
Signed-off-by: chuqifang <[email protected]>
  • Loading branch information
shrek-github authored and rosinL committed Sep 30, 2021
1 parent 5edb072 commit ab0620d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/common/tasks/nagios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- ansible_os_family == "RedHat"
- ansible_distribution_major_version|int <= 7
- have_epel.rc == 1
- ansible_architecture == "x86_64"

- name: Install nrpe package and dependencies (RHEL/CentOS)
package:
Expand Down

0 comments on commit ab0620d

Please sign in to comment.