From b859bb75c982424004a8329f01545095662ee811 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 2 Oct 2019 16:01:09 +0200 Subject: [PATCH] site.yml: remove raw installation of python2-dnf these dependencies aren't needed anymore on recent releases of Fedora. Signed-off-by: Guillaume Abrioux (cherry picked from commit 7fdf8b62bed75e65f895d99fdc52bcae784c0c48) --- site.yml.sample | 8 -------- 1 file changed, 8 deletions(-) diff --git a/site.yml.sample b/site.yml.sample index fe7876f62..d34c73948 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -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