From: David Galloway Date: Tue, 24 Oct 2017 17:00:20 +0000 (-0400) Subject: ansible: add iproute to centos libvirt slave deps X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F894%2Fhead;p=ceph-build.git ansible: add iproute to centos libvirt slave deps Required by https://github.com/ceph/ceph-docker/blob/master/tests/tox.sh#L77 Signed-off-by: David Galloway --- diff --git a/ansible/examples/slave_libvirt.yml b/ansible/examples/slave_libvirt.yml index 01a99e7f..367d31bb 100644 --- a/ansible/examples/slave_libvirt.yml +++ b/ansible/examples/slave_libvirt.yml @@ -129,6 +129,7 @@ - python-virtualenv - openssl-devel - redhat-lsb-core + - iproute when: ansible_os_family == "RedHat" - name: install packages from epel diff --git a/ansible/slave_libvirt.yml b/ansible/slave_libvirt.yml index 01a99e7f..367d31bb 100644 --- a/ansible/slave_libvirt.yml +++ b/ansible/slave_libvirt.yml @@ -129,6 +129,7 @@ - python-virtualenv - openssl-devel - redhat-lsb-core + - iproute when: ansible_os_family == "RedHat" - name: install packages from epel