From 60b34a0d3267c716933735e81d67d3bbd80c96ed Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 31 Oct 2017 09:25:27 +0000 Subject: [PATCH] Use DNF for odcs Signed-off-by: Patrick Uiterwijk --- playbooks/manual/upgrade/odcs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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