Typofix.
This commit is contained in:
parent
7de8e9e64b
commit
b812103113
1 changed files with 3 additions and 3 deletions
|
@ -30,14 +30,14 @@
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
- name: copy over our fcomm collectd selinux module
|
- name: copy over our fcomm collectd selinux module
|
||||||
copy: src=selinux/fi-collect-fcomm.pp dest=/usr/share/collectd/fi-collect-fcomm.pp
|
copy: src=selinux/fi-collectd-fcomm.pp dest=/usr/share/collectd/fi-collectd-fcomm.pp
|
||||||
register: selinux_module
|
register: selinux_module
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
- 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-collect-fcomm
|
shell: semodule -l | grep fi-collectd-fcomm
|
||||||
register: selinux_grep
|
register: selinux_grep
|
||||||
always_run: true
|
always_run: true
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
||||||
- name: install our fcomm collectd selinux module
|
- name: install our fcomm collectd selinux module
|
||||||
command: semodule -i /usr/share/collectd/fi-collect-fcomm.pp
|
command: semodule -i /usr/share/collectd/fi-collectd-fcomm.pp
|
||||||
when: selinux_module|changed or selinux_grep|failed
|
when: selinux_module|changed or selinux_grep|failed
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue