Looks like module yum ignores enablerepo

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-10 17:57:33 +00:00
parent cfef145211
commit 5bbf700324

View file

@ -35,7 +35,7 @@
yum: name="bodhi-server" state=latest
when: not testing
- 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
- name: verify the frontend and stop it