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
|
||||
|
||||
- name: make sure newest rpm
|
||||
# todo: replace with dnf after ansible 1.9 is available
|
||||
yum: name={{ item }} state=latest
|
||||
dnf: name={{ item }} state=latest
|
||||
with_items:
|
||||
- rpm
|
||||
- glib2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue