]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
site.yml: remove raw installation of python2-dnf
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 2 Oct 2019 14:01:09 +0000 (16:01 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 7 Oct 2019 07:00:38 +0000 (09:00 +0200)
these dependencies aren't needed anymore on recent releases of Fedora.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
site.yml.sample

index fe7876f6233175551c420e398212fc923d9e7dbe..d34c73948e815a3a2ea04c506c64af05c61be92f 100644 (file)
       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