base: exclude this selinux policy for now since it causes a OOM crash on fedora-armv7-31
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
93e694a57d
commit
f39ba30822
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@
|
|||
|
||||
- name: install our custom selinux module
|
||||
command: semodule -i /usr/local/share/rsyslog/rsyslog-audit.pp
|
||||
when: selinux_module is changed
|
||||
when: selinux_module is changed and ansible_distribution_major_version|int < 31
|
||||
tags:
|
||||
- rsyslogd
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue