Changelog updated (#284)
* Changelog updated * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update galaxy.yml --------- Co-authored-by: Ansible Bot <devtools@ansible.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sagar Paul <sagpaul@redhat.com>pull/287/head
parent
d4a110451f
commit
b4051155a0
12
galaxy.yml
12
galaxy.yml
|
@ -10,7 +10,13 @@ description:
|
||||||
readme: README.md
|
readme: README.md
|
||||||
repository: https://github.com/ansible-collections/ansible.utils
|
repository: https://github.com/ansible-collections/ansible.utils
|
||||||
issues: https://github.com/ansible-collections/ansible.utils/issues
|
issues: https://github.com/ansible-collections/ansible.utils/issues
|
||||||
tags: [linux, networking, security, cloud, utilities, data, validation, utils]
|
tags:
|
||||||
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
|
- linux
|
||||||
# happy. We dynamically inject version info based on git information.
|
- networking
|
||||||
|
- security
|
||||||
|
- cloud
|
||||||
|
- utilities
|
||||||
|
- data
|
||||||
|
- validation
|
||||||
|
- utils
|
||||||
version: 2.10.4
|
version: 2.10.4
|
||||||
|
|
Loading…
Reference in New Issue