Got it backwards.
This commit is contained in:
parent
7fc2b17ea8
commit
235f522df4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
shell: semodule -l | grep fi-collectd-fcomm | wc -l
|
||||
register: selinux_grep
|
||||
always_run: True
|
||||
changed_when: "'1' in selinux_grep.stdout"
|
||||
changed_when: "'0' in selinux_grep.stdout"
|
||||
tags:
|
||||
- collectd
|
||||
- selinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue