diff --git a/playbooks/manual/upgrade/mote.yml b/playbooks/manual/upgrade/mote.yml index 644265fe4b..3548a14a3c 100644 --- a/playbooks/manual/upgrade/mote.yml +++ b/playbooks/manual/upgrade/mote.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 mote packages from main repo - yum: name="mote" state=latest + - name: update mote packages from main repo + package: name="mote" state=latest when: not testing - - name: yum update mote packages from testing repo + - name: update mote packages from testing repo yum: name="mote" state=latest enablerepo=infrastructure-tags-stg when: testing