first cut at changing all the old |changed to is changed per ansible deprecations
This commit is contained in:
parent
56123c0d24
commit
a8714caab3
28 changed files with 42 additions and 42 deletions
|
@ -47,7 +47,7 @@
|
|||
|
||||
- name: install our fcomm collectd selinux module
|
||||
command: semodule -i /usr/share/collectd/fi-collectd-fcomm.pp
|
||||
when: ficfcomm_module|changed or ficfcomm_grep|changed
|
||||
when: ficfcomm_module is changed or ficfcomm_grep is changed
|
||||
tags:
|
||||
- collectd
|
||||
- selinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue