mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
Another try.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
- name: install our fcomm collectd selinux module
|
||||
command: semodule -i /usr/share/collectd/fi-collectd-fcomm.pp
|
||||
when: (selinux_module|changed) or (selinux_grep.rc == 1)
|
||||
when: selinux_module|changed or selinux_grep.rc|int != 0
|
||||
tags:
|
||||
- collectd
|
||||
- selinux
|
||||
|
||||
Reference in New Issue
Block a user