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:
parent
6392ecac08
commit
2ceeed1654
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue