mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
@@ -28,13 +28,6 @@
|
||||
- base
|
||||
when: ansible_distribution_major_version|int < 22
|
||||
|
||||
- name: install python-dnf
|
||||
yum: state=present name=python-dnf
|
||||
tags:
|
||||
- packages
|
||||
- base
|
||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: global default packages to install (dnf)
|
||||
dnf: state=present name={{ item }}
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user