mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
Merge branch 'master' of /git/ansible
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
- name: yum update fedimg packages from main repo
|
||||
yum: name="{{ item }}" state=latest
|
||||
with_items:
|
||||
- python-fedimg
|
||||
- python2-fedimg
|
||||
- python2-libcloud
|
||||
- python2-fedfind
|
||||
when: not testing
|
||||
- name: yum update fedimg packages from testing repo
|
||||
yum: name="{{ item }}" state=latest enablerepo=infrastructure-tags-stg
|
||||
with_items:
|
||||
- python-fedimg
|
||||
- python2-fedimg
|
||||
- python2-libcloud
|
||||
- python2-fedfind
|
||||
when: testing
|
||||
|
||||
Reference in New Issue
Block a user