Fix Koschei frontend hotfix installation path

This commit is contained in:
Mikolaj Izdebski 2019-01-03 12:28:29 +00:00
parent 96839ff688
commit 9079df16c9

View file

@ -54,13 +54,13 @@
- service
- name: create directory for hotfix_pagure_extras plugin
file: name=/usr/lib/python3.6/site-packages/koschei/plugins/hotfix_pagure_extras_plugin state=directory
file: name=/usr/lib/python3.7/site-packages/koschei/plugins/hotfix_pagure_extras_plugin state=directory
tags:
- koschei
- hotfix
- name: install hotfix_pagure_extras plugin
copy: src=hotfix_pagure_extras_plugin.py dest=/usr/lib/python3.6/site-packages/koschei/plugins/hotfix_pagure_extras_plugin/frontend.py
copy: src=hotfix_pagure_extras_plugin.py dest=/usr/lib/python3.7/site-packages/koschei/plugins/hotfix_pagure_extras_plugin/frontend.py
notify:
- reload httpd
tags: