bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/meta/main.yml
Julia Kreger ab6204494a Correct duplicate config drive generation
Ansible, when dependencies are present, will cause dependant roles
to always be executed, which was resulting in configuration drives
being generated twice instead of once.

Closes-Bug: # 1506686
Change-Id: I07f44435f829c0b3e1855324fa254059ce46e3b9
2015-10-15 20:26:00 -04:00

23 lines
376 B
YAML

---
galaxy_info:
author: Ironic Developers
description: Deploys the image on to nodes in Ironic
company: OpenStack
license: Apache
min_ansible_version: 1.9
platforms:
- name: EL
versions:
- 7
- name: Debian
versions:
- wheezy
- name: Ubuntu
versions:
- trusty
- utopic
categories:
- cloud
- cloud:openstack
dependencies: []