Forgot these bits.
This commit is contained in:
parent
c8ef71fc22
commit
a3960fa0fd
1 changed files with 2 additions and 2 deletions
|
@ -94,11 +94,11 @@
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
- name: check to see if its even installed yet
|
- name: check to see if its even installed yet
|
||||||
shell: semodule -l | grep fi-pstorefs
|
shell: semodule -l | grep fi-pstorefs | wc -l
|
||||||
when: ansible_distribution_major_version != '6'
|
when: ansible_distribution_major_version != '6'
|
||||||
register: ficpstorefs_grep
|
register: ficpstorefs_grep
|
||||||
always_run: true
|
always_run: true
|
||||||
changed_when: "1 != 1"
|
changed_when: "'0' in ficpstorefs_grep.stdout"
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
- selinux
|
- selinux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue