diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index d8dfe76a64..ff135772f7 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -35,7 +35,7 @@ yum: name="bodhi-server" state=latest when: not testing - name: yum update bodhi-server packages from testing repo - command: yum --enablerepo=infrastructure-testing -y bodhi-server + yum: name="bodhi-server" state=latest enablerepo=infrastructure-testing when: testing - name: verify the frontend and stop it