Revert "Added hotfix to not disable always up2date categories."
This reverts commit 4fd68994e1
.
This commit is contained in:
parent
b1274271bb
commit
7cfe45d7d8
2 changed files with 0 additions and 9 deletions
|
@ -978,7 +978,6 @@ def per_host(session, host, options, config):
|
||||||
|
|
||||||
for hc in host_categories_to_scan:
|
for hc in host_categories_to_scan:
|
||||||
if hc.always_up2date:
|
if hc.always_up2date:
|
||||||
successful_categories += 1
|
|
||||||
continue
|
continue
|
||||||
category = hc.category
|
category = hc.category
|
||||||
|
|
||||||
|
|
|
@ -61,11 +61,3 @@
|
||||||
|
|
||||||
- name: startup apache
|
- name: startup apache
|
||||||
service: name=httpd enabled=yes state=started
|
service: name=httpd enabled=yes state=started
|
||||||
|
|
||||||
# https://github.com/fedora-infra/mirrormanager2/pull/67
|
|
||||||
- name: HOTFIX - fix crawler for hosts which are always up2date
|
|
||||||
copy: src="{{ files }}/hotfix/mirrormanager2/mm2_crawler" dest=/usr/bin/mm2_crawler
|
|
||||||
owner=root group=root mode=0755
|
|
||||||
tags:
|
|
||||||
- hotfix
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue