Fix Koschei frontend hotfix installation path
This commit is contained in:
parent
96839ff688
commit
9079df16c9
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue