mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Comment this other selinux task since we aren't installing a custom selinux module here anymore.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user