mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
bugzilla2fedmsg: yum -> package
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
4547a73ef8
commit
21a1856581
@@ -14,10 +14,10 @@
|
||||
- name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%}
|
||||
command: yum clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%}
|
||||
check_mode: no
|
||||
- name: yum update bugzilla2fedmsg packages from main repo
|
||||
yum: name="python-bugzilla2fedmsg" state=latest
|
||||
- name: update bugzilla2fedmsg packages from main repo
|
||||
package: name="python-bugzilla2fedmsg" state=latest
|
||||
when: not testing
|
||||
- name: yum update bugzilla2fedmsg packages from testing repo
|
||||
- name: update bugzilla2fedmsg packages from testing repo
|
||||
yum: name="python-bugzilla2fedmsg" state=latest enablerepo=infrastructure-tags-stg
|
||||
when: testing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user