ffb30adaea
This role lets arbitrary tripleo-quickstart and tripleo-quickstart-extras changes be gated together through the "Depends-On" mechanism. Change-Id: If5b747b1bba17dd20efa9e7caee6fbc638dbb716
9 lines
252 B
YAML
9 lines
252 B
YAML
---
|
|
# This playbooks is responsible for gating changes in tripleo-quickstart or
|
|
# tripleo-quickstart-extras with a possibility to depend on changes from the
|
|
# other repo
|
|
- name: Gate quickstart changes
|
|
hosts: localhost
|
|
roles:
|
|
- gate-quickstart
|