From 2ceeed1654ecff829efaf8adcf82957143afe0e3 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 27 Nov 2019 11:05:50 +0100 Subject: [PATCH] copr: be: ignore dnf ansible warning There's no way to declaratively enable copr repository in dnf-plugins-core, yet: [WARNING]: Consider using the dnf module rather than running 'dnf'. --- roles/copr/backend/files/provision/provision_builder_tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index d9df542308..70e55d7832 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -25,6 +25,7 @@ when: - devel - prepare_base_image is not defined + warn: false - name: clean dnf cache shell: dnf clean all