Bodhi's upgrade playbook now enables infrastructure-tags-stg repo.
The repo used to be called infrastructure-testing, but it seems to have been renamed to infrastructure-tags-stg. This commit adjusts the playbook to use the new name. Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
80bfbed342
commit
1bfd7d53ea
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
tasks:
|
||||
- name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%}
|
||||
command: yum clean all {%if testing%} --enablerepo=infrastructure-testing {%endif%}
|
||||
command: yum clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%}
|
||||
check_mode: no
|
||||
- name: yum update bodhi-server packages from main repo
|
||||
yum: name="{{ item }}" state=latest
|
||||
|
@ -38,7 +38,7 @@
|
|||
- bodhi-server
|
||||
- python2-fedmsg-atomic-composer
|
||||
- name: yum update bodhi-server packages from testing repo
|
||||
yum: name="{{ item }}" state=latest enablerepo=infrastructure-testing
|
||||
yum: name="{{ item }}" state=latest enablerepo=infrastructure-tags-stg
|
||||
with_items:
|
||||
- bodhi-docs
|
||||
- bodhi-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue