Add tripleo-ansible to image build

In order to switch the tripleoclient call for image building we need to
install tripleo-ansible to get the playbooks installed in the venv.

Change-Id: I57bb5573b1a98d9e851005f97fe32309a9ca97e4
This commit is contained in:
Alex Schultz
2020-10-28 12:46:43 -06:00
parent 85c7072825
commit c389bba4ec
3 changed files with 6 additions and 2 deletions

View File

@@ -57,8 +57,9 @@
virtualenv_command: "/usr/bin/python3 -m venv"
with_items:
- diskimage-builder
- python-tripleoclient
- tripleo-common
- tripleo-ansible
- python-tripleoclient
- name: pip install tripleo items
pip: