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:
Kevin Fenzi 2019-10-31 19:19:42 +00:00 committed by Pierre-Yves Chibon
parent 93e694a57d
commit f39ba30822

View file

@ -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