mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Flip over packager email alias generation to use the new script.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user