site.yml: remove raw installation of python2-dnf

these dependencies aren't needed anymore on recent releases of Fedora.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 7fdf8b62be)
pull/4552/head
Guillaume Abrioux 2019-10-02 16:01:09 +02:00
parent 9a4fcfabe1
commit b859bb75c9
1 changed files with 0 additions and 8 deletions

View File

@ -43,14 +43,6 @@
run_once: true
when: delegate_facts_host | bool
- name: install required packages for fedora > 23
raw: sudo dnf -y install python2-dnf libselinux-python ntp
register: result
when:
- ansible_distribution == 'Fedora'
- ansible_distribution_major_version|int >= 23
until: result is succeeded
- name: check if it is atomic host
stat:
path: /run/ostree-booted