]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: mock is in EPEL only apparently 1621/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 16 Jul 2020 21:02:25 +0000 (17:02 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 16 Jul 2020 21:02:25 +0000 (17:02 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ansible/examples/slave.yml

index 6754743213ed0580eba2e858df104122dcfda044..d2d5355a4225d8a6b0e3f475a3a3bc099d3122da 100644 (file)
           - rpmdevtools
           - openssl-devel
           - libffi-devel
-          - mock
       when: ansible_os_family == "RedHat"
 
     # Libvirt RPMs
           - python-pip
           - python-devel
           - python-virtualenv
+          - mock
       when:
         - ansible_os_family == "RedHat"
         - ansible_distribution_major_version|int <= 7
           - python3-pip
           - python3-devel
           - python3-virtualenv
+          - mock
       when:
         - ansible_os_family == "RedHat"
         - ansible_distribution_major_version|int >= 8