pagure: pagure01 still run py2

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-09-11 21:37:43 +02:00
parent 43f3bb9231
commit 15e8b2dac3

View file

@ -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