I give up

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2016-06-14 05:12:59 +00:00
parent 92cd129e5e
commit dfbfff0d2f

View file

@ -69,10 +69,6 @@
tasks:
- include: "{{ tasks }}/yumrepos.yml"
- name: install python2 and dnf stuff (f23+)
raw: dnf -y install python-dnf libselinux-python
when: ansible_distribution_major_version|int >= 23
- name: install cloud-utils (yum)
yum: pkg=cloud-utils state=present
when: ansible_distribution_major_version|int < 22