mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
Use present instead of latest and switch to dnf for bkernel packages.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: add pkgs for bkernel boxes
|
||||
yum: state=latest pkg={{ item }}
|
||||
dnf: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- pesign
|
||||
- ccid
|
||||
|
||||
Reference in New Issue
Block a user