Can ansible do parentheses here?
This commit is contained in:
parent
d61307e30c
commit
7534fbc852
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
- name: install our pstorefs/collectd selinux module
|
- name: install our pstorefs/collectd selinux module
|
||||||
command: semodule -i /usr/share/collectd/fi-pstorefs.pp
|
command: semodule -i /usr/share/collectd/fi-pstorefs.pp
|
||||||
when: ansible_distribution_major_version != '6' selinux_module|changed or selinux_grep|failed
|
when: ansible_distribution_major_version != '6' and (selinux_module|changed or selinux_grep|failed)
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue