From 21a1856581f8e7dd22efa64ef03e6650cdc0531e Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 11 Jun 2019 16:24:35 +0100 Subject: [PATCH] bugzilla2fedmsg: yum -> package Signed-off-by: Nils Philippsen --- playbooks/manual/upgrade/bugzilla2fedmsg.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/manual/upgrade/bugzilla2fedmsg.yml b/playbooks/manual/upgrade/bugzilla2fedmsg.yml index 2e5200ccfb..89d0582301 100644 --- a/playbooks/manual/upgrade/bugzilla2fedmsg.yml +++ b/playbooks/manual/upgrade/bugzilla2fedmsg.yml @@ -14,10 +14,10 @@ - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} command: yum clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%} check_mode: no - - name: yum update bugzilla2fedmsg packages from main repo - yum: name="python-bugzilla2fedmsg" state=latest + - name: update bugzilla2fedmsg packages from main repo + package: name="python-bugzilla2fedmsg" state=latest when: not testing - - name: yum update bugzilla2fedmsg packages from testing repo + - name: update bugzilla2fedmsg packages from testing repo yum: name="python-bugzilla2fedmsg" state=latest enablerepo=infrastructure-tags-stg when: testing