bifrost/playbooks/roles/bifrost-prep-for-install/meta/main.yml
Erik Berg 815a0bf683
Fix schema[meta] linter warnings
Order platforms by name, and update to versions we test against in zuul

categories has probably been replaced with galaxy_tags in the schema[1]

Quote numbers, so they're interpreted as strings.

[1] https://galaxy.ansible.com/docs/contributing/creating_role.html#role-metadata

Change-Id: I2e7d0310a0be961bb9ac5b133676f235fb1f0f5c
2023-07-11 08:45:07 +02:00

23 lines
368 B
YAML

---
galaxy_info:
author: Ironic Developers
description: Install Ironic for Bifrost
company: OpenStack
license: Apache
min_ansible_version: "1.9"
platforms:
- name: Debian
versions:
- bullseye
- name: EL
versions:
- "9"
- name: Ubuntu
versions:
- focal
- jammy
galaxy_tags:
- cloud
- cloud:openstack
dependencies: []