Revert "install python-dnf on F22+"

This reverts commit b1c890974c.
This commit is contained in:
Kevin Fenzi 2015-11-30 20:23:42 +00:00
parent 9fdaee131c
commit f64646fec2

View file

@ -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: