Comment this other selinux task since we aren't installing a custom selinux module here anymore.
This commit is contained in:
parent
a8fa64de7d
commit
c1d072a1b5
1 changed files with 8 additions and 8 deletions
|
@ -58,14 +58,14 @@
|
|||
- mirrorlist2
|
||||
- selinux
|
||||
|
||||
- name: check to see if its even installed yet
|
||||
shell: semodule -l | grep mirrorlist2 | wc -l
|
||||
register: ficgeneral_grep
|
||||
always_run: true
|
||||
changed_when: "'0' in ficgeneral_grep.stdout"
|
||||
tags:
|
||||
- mirrorlist2
|
||||
- selinux
|
||||
#- name: check to see if its even installed yet
|
||||
# shell: semodule -l | grep mirrorlist2 | wc -l
|
||||
# register: ficgeneral_grep
|
||||
# always_run: true
|
||||
# changed_when: "'0' in ficgeneral_grep.stdout"
|
||||
# tags:
|
||||
# - mirrorlist2
|
||||
# - selinux
|
||||
|
||||
#- name: install our general mirrorlist2 selinux module
|
||||
# command: semodule -i /usr/share/mirrorlist2/mirrorlist2.pp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue