Files
tripleo-operator-ansible/roles/tripleo_overcloud_roles_generate/molecule/default/prepare.yml
Marios Andreou dc24575484 Adds overcloud roles generate role - creates roles_data.yaml
Tracked by tripleo squad at [1]. Implements the openstack
overcloud roles generate command to create the roles.yml
file from your THT directory /roles. Tracked by tripleo-ci squad
with [2].

[1] https://etherpad.openstack.org/p/tripleo-operator-ansible
[2] https://tree.taiga.io/project/tripleo-ci-board/task/1598
Change-Id: I0352eb5d6c22c7c9bd31e09c295cb052f61c158e
2020-04-09 16:40:38 +03:00

9 lines
130 B
YAML

---
- name: Prepare
hosts: all
tasks:
- name: Include molecule prep
include_role:
name: test_molecule_prep