]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: Install distro-appropriate virtualenv package version 1474/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 20 Dec 2019 17:35:24 +0000 (12:35 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 20 Dec 2019 17:35:24 +0000 (12:35 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ansible/examples/slave.yml

index e749e0515640a285b6946aa0be778cf1ccd55f3e..cf9b0ab718ad98702d9476ad1463eea88fa4c87d 100644 (file)
         - epel-release
         - java-1.8.0-openjdk
         - git
-        - python-virtualenv
         - libtool
         #- rpm-sign
         - autoconf
       with_items:
         - jq
         - python-pip
+        - python-virtualenv
       when:
         - ansible_os_family == "RedHat"
         - ansible_distribution_major_version|int <= 7
       with_items:
         - jq
         - python3-pip
+        - python3-virtualenv
       when:
         - ansible_os_family == "RedHat"
         - ansible_distribution_major_version|int >= 8