DNF does not support update_cache
This commit is contained in:
parent
cd800256a9
commit
84a1b8c5ef
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@
|
|||
when: testing and ansible_distribution_major_version|int < 22
|
||||
|
||||
- name: yum update {{ package }} from main repo
|
||||
dnf: name="{{ package }}" state=latest update_cache=yes
|
||||
dnf: name="{{ package }}" state=latest
|
||||
when: not testing and ansible_distribution_major_version|int > 22
|
||||
|
||||
- name: yum update {{ package }} from testing repo
|
||||
dnf: name="{{ package }}" state=latest enablerepo=infrastructure-testing update_cache=yes
|
||||
dnf: name="{{ package }}" state=latest enablerepo=infrastructure-testing
|
||||
when: testing and ansible_distribution_major_version|int > 22
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue