These should also always run and never change
This commit is contained in:
parent
677f89df60
commit
4e2ed494aa
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,9 @@
|
||||||
- name: check to see if its even installed yet
|
- name: check to see if its even installed yet
|
||||||
shell: semodule -l | grep fi-collectd
|
shell: semodule -l | grep fi-collectd
|
||||||
register: selinux_grep
|
register: selinux_grep
|
||||||
|
always_run: true
|
||||||
|
changed_when: "1 != 1"
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
@ -93,6 +96,8 @@
|
||||||
shell: semodule -l | grep fi-pstorefs
|
shell: semodule -l | grep fi-pstorefs
|
||||||
when: ansible_distribution_major_version != '6'
|
when: ansible_distribution_major_version != '6'
|
||||||
register: selinux_grep
|
register: selinux_grep
|
||||||
|
always_run: true
|
||||||
|
changed_when: "1 != 1"
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue