Use present instead of latest and switch to dnf for bkernel packages.
This commit is contained in:
parent
73e11b8f1d
commit
760c446c77
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: add pkgs for bkernel boxes
|
||||
yum: state=latest pkg={{ item }}
|
||||
dnf: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- pesign
|
||||
- ccid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue