From: David Galloway Date: Thu, 16 Jul 2020 21:02:25 +0000 (-0400) Subject: ansible: mock is in EPEL only apparently X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8390cb5960aa4f07473ebc59f4460559002236a3;p=ceph-build.git ansible: mock is in EPEL only apparently Signed-off-by: David Galloway --- diff --git a/ansible/examples/slave.yml b/ansible/examples/slave.yml index 67547432..d2d5355a 100644 --- a/ansible/examples/slave.yml +++ b/ansible/examples/slave.yml @@ -144,7 +144,6 @@ - rpmdevtools - openssl-devel - libffi-devel - - mock when: ansible_os_family == "RedHat" # Libvirt RPMs @@ -167,6 +166,7 @@ - python-pip - python-devel - python-virtualenv + - mock when: - ansible_os_family == "RedHat" - ansible_distribution_major_version|int <= 7 @@ -178,6 +178,7 @@ - python3-pip - python3-devel - python3-virtualenv + - mock when: - ansible_os_family == "RedHat" - ansible_distribution_major_version|int >= 8