tests: Add missing pip_install role dependency

This fixes the following problem:

ERROR! the role 'pip_install' was not found in
/vagrant/tests/common/roles:/home/vagrant/.ansible/roles:/home/vagrant/.ansible/testing-role:/vagrant/tests/common
The error appears to have been in '/vagrant/tasks/main.yml': line 74,
column 11, but may be elsewhere in the file depending on the exact
syntax problem.

The offending line appears to be:
  include_role:
    name: pip_install
          ^ here
        to retry, use: --limit @/vagrant/tests/test.retry

Change-Id: I960e9c4e0e060dbbd65ecd2fee5e56d394fe6e88
This commit is contained in:
Markos Chandras 2018-01-22 12:40:51 +00:00
parent 3c2bf2ac5b
commit 9de38169a4
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
- name: pip_install
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git
version: master