Looks like module yum ignores enablerepo
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
cfef145211
commit
5bbf700324
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
yum: name="bodhi-server" state=latest
|
yum: name="bodhi-server" state=latest
|
||||||
when: not testing
|
when: not testing
|
||||||
- name: yum update bodhi-server packages from testing repo
|
- name: yum update bodhi-server packages from testing repo
|
||||||
yum: name="bodhi-server" state=latest enablerepo=infrastructure-testing
|
command: yum --enablerepo=infrastructure-testing -y bodhi-server
|
||||||
when: testing
|
when: testing
|
||||||
|
|
||||||
- name: verify the frontend and stop it
|
- name: verify the frontend and stop it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue