Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
add support for RHEL8 (without automated testing) (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Aug 21, 2019
1 parent 549fef6 commit 1385d41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- name: Gather variables for each operating system
include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_distribution | lower }}.yml"
- "{{ ansible_os_family | lower }}.yml"
tags:
Expand Down
4 changes: 4 additions & 0 deletions vars/redhat-8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
alertmanager_selinux_packages:
- python3-libselinux
- python3-policycoreutils

0 comments on commit 1385d41

Please sign in to comment.