Inhibit warnings about running dnf directly during Koschei upgrade
This commit is contained in:
parent
393e51a745
commit
7a6d0c6caf
1 changed files with 2 additions and 0 deletions
|
@ -24,8 +24,10 @@
|
|||
tasks:
|
||||
- name: clean dnf metadata
|
||||
command: dnf {% for repo in fedora_repos %}--enablerepo {{ repo }} {% endfor %} clean all
|
||||
warn: False
|
||||
- name: create dnf metadata cache
|
||||
command: dnf {% for repo in fedora_repos %}--enablerepo {{ repo }} {% endfor %} makecache
|
||||
warn: False
|
||||
- name: lits installed koschei packages
|
||||
dnf:
|
||||
list: "koschei*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue