Flip over packager email alias generation to use the new script.

This commit is contained in:
Ralph Bean 2017-08-04 20:39:05 +00:00
parent fbfb7c41f6
commit eb241f903d

View file

@ -1,24 +1,12 @@
---
# Email alias set-up
- name: Install the Python script to get the <pkg>-owner email alias (non-staging)
copy:
src: owner-email.py
dest: /usr/local/bin/owner-email.py
owner: root
group: root
mode: 0755
when: env != 'staging'
tags:
- install
- name: Install the Python script to get the <pkg>-owner email alias (staging)
- name: Install the Python script to get the <pkg>-owner email alias
copy:
src: owner-email-from-pagure.py
dest: /usr/local/bin/owner-email.py
owner: root
group: root
mode: 0755
when: env == 'staging'
tags:
- install