mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix Koschei frontend hotfix installation path
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user