diff --git a/playbooks/manual/upgrade/odcs.yml b/playbooks/manual/upgrade/odcs.yml index 7025c8170c..de27c55ec1 100644 --- a/playbooks/manual/upgrade/odcs.yml +++ b/playbooks/manual/upgrade/odcs.yml @@ -12,10 +12,10 @@ tasks: - name: clean all metadata - command: yum clean all + command: dnf clean all check_mode: no - - name: yum update odcs packages from main repo - yum: name={{item}} state=latest + - name: dnf update odcs packages from main repo + dnf: name={{item}} state=latest when: not testing with_items: - odcs @@ -34,10 +34,10 @@ tasks: - name: clean all metadata - command: yum clean all + command: dnf clean all check_mode: no - - name: yum update odcs packages from main repo - yum: name={{item}} state=latest + - name: dnf update odcs packages from main repo + dnf: name={{item}} state=latest when: not testing with_items: - odcs