Comment this other selinux task since we aren't installing a custom selinux module here anymore.

This commit is contained in:
Kevin Fenzi 2015-03-20 12:50:37 +00:00
parent a8fa64de7d
commit c1d072a1b5

View file

@ -58,14 +58,14 @@
- mirrorlist2 - mirrorlist2
- selinux - selinux
- name: check to see if its even installed yet #- name: check to see if its even installed yet
shell: semodule -l | grep mirrorlist2 | wc -l # shell: semodule -l | grep mirrorlist2 | wc -l
register: ficgeneral_grep # register: ficgeneral_grep
always_run: true # always_run: true
changed_when: "'0' in ficgeneral_grep.stdout" # changed_when: "'0' in ficgeneral_grep.stdout"
tags: # tags:
- mirrorlist2 # - mirrorlist2
- selinux # - selinux
#- name: install our general mirrorlist2 selinux module #- name: install our general mirrorlist2 selinux module
# command: semodule -i /usr/share/mirrorlist2/mirrorlist2.pp # command: semodule -i /usr/share/mirrorlist2/mirrorlist2.pp