From 7274ba06e949bbdc02f2b2d5186928341aeae149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Tue, 24 Jan 2017 05:02:43 +0100 Subject: [PATCH] Use raw instead of command --- roles/copr/mbs/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/mbs/tasks/main.yml b/roles/copr/mbs/tasks/main.yml index a2c41ac980..a25885bbb5 100644 --- a/roles/copr/mbs/tasks/main.yml +++ b/roles/copr/mbs/tasks/main.yml @@ -2,7 +2,7 @@ # @TODO need to have comment here, to explain why not to use dnf module - name: Install python and deps for ansible modules - command: dnf install -y python2 python2-dnf libselinux-python + raw: dnf install --refresh -y python2 python2-dnf libselinux-python - name: Enable copr repo