pagure: pagure01 still run py2
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
43f3bb9231
commit
15e8b2dac3
1 changed files with 2 additions and 1 deletions
|
@ -513,8 +513,9 @@
|
|||
|
||||
- name: Install the hotfixed notify.py
|
||||
copy: src=notify.py
|
||||
dest=/usr/lib/python3.6/site-packages/pagure/lib/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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue