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'.
This commit is contained in:
Pavel Raiskup 2019-11-27 11:05:50 +01:00 committed by Pierre-Yves Chibon
parent 6392ecac08
commit 2ceeed1654

View file

@ -25,6 +25,7 @@
when: when:
- devel - devel
- prepare_base_image is not defined - prepare_base_image is not defined
warn: false
- name: clean dnf cache - name: clean dnf cache
shell: dnf clean all shell: dnf clean all