mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
pagure: Drop the hotfix to the notify.py module for 389-ds-base
This reverts commit388be331f5This reverts commitffe3cf28b9. This reverts commit043d2c723b. Fixes https://pagure.io/fedora-infrastructure/issue/9318 Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
committed by
pingou
parent
c2ed129aa6
commit
3c37aaeefa
File diff suppressed because it is too large
Load Diff
@@ -508,19 +508,6 @@
|
||||
- pagure
|
||||
|
||||
|
||||
# Install hotfix for the notify.py file for
|
||||
# https://pagure.io/fedora-infrastructure/issue/9309
|
||||
|
||||
- name: Install the hotfixed notify.py
|
||||
copy: src=notify.py
|
||||
dest=/usr/lib/python2.7/site-packages/pagure/lib/notify.py
|
||||
owner=root group=root mode=0644
|
||||
when: env != "pagure-staging"
|
||||
notify: restart apache
|
||||
tags:
|
||||
- hotfix
|
||||
- pagure
|
||||
|
||||
# Ensure all the services are up and running
|
||||
|
||||
- name: Start and enable httpd, postfix, pagure_milter
|
||||
|
||||
Reference in New Issue
Block a user