Move ansible dependency to bindep.txt

Our role shouldn't add the required dependencies for ansible, this
should be done before even running of the role.

Change-Id: Ic0bed3f0f73b370eaa0731e34505c19f3a862346
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-08 20:57:47 -05:00
parent b7e1843d5f
commit 190d2a7ebc
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
3 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
git
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libselinux-python [platform:rpm]

View File

@ -15,7 +15,6 @@
__zuul_build_depends:
- gcc
- gcc-c++
- git
- libffi-devel
- openssl-devel
- python3-devel

View File

@ -14,7 +14,6 @@
---
__zuul_build_depends:
- build-essential
- git
- libffi-dev
- libssl-dev
- python3-dev