it is safe to use dnf now
This commit is contained in:
parent
7682942fbd
commit
d6d727e6be
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@
|
||||||
- shell: yum-deprecated update -y python-requests || yum install -y python-requests
|
- shell: yum-deprecated update -y python-requests || yum install -y python-requests
|
||||||
|
|
||||||
- name: make sure newest rpm
|
- name: make sure newest rpm
|
||||||
# todo: replace with dnf after ansible 1.9 is available
|
dnf: name={{ item }} state=latest
|
||||||
yum: name={{ item }} state=latest
|
|
||||||
with_items:
|
with_items:
|
||||||
- rpm
|
- rpm
|
||||||
- glib2
|
- glib2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue