Skip to content

Commit

Permalink
Make the collection meta files compliant with ansible-lint `productio…
Browse files Browse the repository at this point in the history
…n` profile

- Added `CHANGELOG.md` file
- Added `meta/runtime.yml` file
- Added required tags to `galaxy.yml` file
- Added missing `---` in `galaxy.yml` file
- Changed case of `EDPM` in description

Signed-off-by: Roberto Alfieri <[email protected]>
  • Loading branch information
rebtoor committed Oct 17, 2023
1 parent b273c29 commit d777b02
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EDPM ansible collection Release Notes

## Topic

### v0.0.1

#### Release summary

Initial release
10 changes: 9 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
---

namespace: osp
name: edpm
version: 0.0.1
readme: README.rst
authors:
- EDPM Team (github.com/openstack-k8s-operators/edpm-ansible)
description: Ansible collection for edpm project
description: Ansible collection for EDPM project
license_file: LICENSE
tags:
- cloud
- infrastructure
- linux
- tools
- networking
- security
- RHOSP
- EDPM
dependencies:
Expand Down
3 changes: 3 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---

requires_ansible: ">=2.14.0,<2.15.0"

0 comments on commit d777b02

Please sign in to comment.