Enable tripleo setup for molecule

We currently don't setup the tripleo repos for the tripleo_bootstrap
role so the required package installation is not picking up the correct
packages (e.g. puppet).

Change-Id: I351f7ce8b4a2d8187a0c63f9c804d2fe97486cf3
This commit is contained in:
Alex Schultz 2020-08-31 14:00:00 -06:00
parent 8cfe4d399a
commit 8765d31264
1 changed files with 5 additions and 2 deletions

View File

@ -17,5 +17,8 @@
- name: Prepare
hosts: all
roles:
- role: test_deps
tasks:
- include_role:
name: test_deps
vars:
test_deps_setup_tripleo: true