fca91fe83e
We copy-paste the same play into various playbooks to detect openstack_release. This change factors that code into a separate playbook that is imported. Change-Id: I5fea005642b960080bf5e43455618dc24766c386
11 lines
184 B
YAML
11 lines
184 B
YAML
---
|
|
- import_playbook: detect-release.yml
|
|
vars:
|
|
detect_release_hosts: bifrost
|
|
|
|
- name: Apply role bifrost
|
|
hosts: bifrost
|
|
roles:
|
|
- { role: bifrost,
|
|
tags: bifrost}
|