Files
tripleo-operator-ansible/roles/test_molecule_prep/defaults/main.yml
Alex Schultz 49a562aa8d Create role for molecule prep
Since we need to install the collection (and possibly other actions in
the future), let's create a role that we can share across all the tests.

Change-Id: Ic0214e7c3f1b17a8932b432d6536ef9e44fa84a7
2020-01-31 14:15:37 -07:00

5 lines
181 B
YAML

---
# defaults file for test_molecule_prep
test_molecule_prep_collections_build_root: "{{ ansible_env.HOME }}/collection-buildroot"
test_molecule_prep_execution_root: "../../../.."