mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user