Flip over packager email alias generation to use the new script.
This commit is contained in:
parent
fbfb7c41f6
commit
eb241f903d
1 changed files with 1 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue