Disable policy installation for now to see where that leaves us

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-03-17 19:45:39 +00:00
parent ea377b2271
commit a168ad84ff

View file

@ -67,12 +67,12 @@
- mirrorlist2
- selinux
- name: install our general mirrorlist2 selinux module
command: semodule -i /usr/share/mirrorlist2/mirrorlist2.pp
when: ficgeneral_module|changed or ficgeneral_grep|changed
tags:
- mirrorlist2
- selinux
#- name: install our general mirrorlist2 selinux module
# command: semodule -i /usr/share/mirrorlist2/mirrorlist2.pp
# when: ficgeneral_module|changed or ficgeneral_grep|changed
# tags:
# - mirrorlist2
# - selinux
- name: add a tmpfiles.d file for the run directory (until fixed upstream)
copy: src=mirrormanager2-mirrorlist.conf dest=/etc/tmpfiles.d/mirrormanager2-mirrorlist.conf