parent
9fdaee131c
commit
f64646fec2
1 changed files with 0 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue