From: Guillaume Abrioux Date: Wed, 2 Oct 2019 14:01:09 +0000 (+0200) Subject: site.yml: remove raw installation of python2-dnf X-Git-Tag: v5.0.0alpha1~67 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7fdf8b62bed75e65f895d99fdc52bcae784c0c48;p=ceph-ansible.git site.yml: remove raw installation of python2-dnf these dependencies aren't needed anymore on recent releases of Fedora. Signed-off-by: Guillaume Abrioux --- 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