Skip to content

Commit

Permalink
Fix meta file for Galaxy publish (#15)
Browse files Browse the repository at this point in the history
# Pull Request Description
Fixed meta file for initial Galaxy publish

## Change type

- [x] Bug fix (non-breaking change which fixes a specific issue)
- [ ] New feature (non-breaking change adding new functionality)
- [ ] Breaking change (fix or feature that potentially causes existing
functionality to fail)
- [ ] Change that does not affect Ansible Role code (Github Actions
Workflow, Documentation, or similair)
  • Loading branch information
lukapetrovic-git authored Oct 9, 2024
1 parent c8574bc commit 999a66b
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
---
galaxy_info:
role_name: cilium
author: Luka Petrovic
# namespace:
description: Ansible role to install/upgrade/downgrade/change Cillium (config) on k8s cluster.

license: GPLv3

author: lukapetrovic
description: Ansible role to install/upgrade/downgrade/change Cillium (config) on K8S clusters.
license: MIT
min_ansible_version: 2.10.0

platforms:
- name: Ubuntu
versions:
- focal
- jammy

- name: Ubuntu
versions:
- focal
- jammy
- noble
galaxy_tags:
- kubernetes
- k8s
- cilium

dependencies: []
dependencies: []

0 comments on commit 999a66b

Please sign in to comment.