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