Forgot these bits.

This commit is contained in:
Ralph Bean 2014-11-17 15:06:52 +00:00
parent c8ef71fc22
commit a3960fa0fd

View file

@ -94,11 +94,11 @@
- selinux
- 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'
register: ficpstorefs_grep
always_run: true
changed_when: "1 != 1"
changed_when: "'0' in ficpstorefs_grep.stdout"
tags:
- collectd
- selinux