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
|
||||
repository: https://github.com/ansible-collections/ansible.utils
|
||||
issues: https://github.com/ansible-collections/ansible.utils/issues
|
||||
tags: [linux, networking, security, cloud, utilities, data, validation, utils]
|
||||
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
|
||||
# happy. We dynamically inject version info based on git information.
|
||||
tags:
|
||||
- linux
|
||||
- networking
|
||||
- security
|
||||
- cloud
|
||||
- utilities
|
||||
- data
|
||||
- validation
|
||||
- utils
|
||||
version: 2.10.4
|
||||
|
|
Loading…
Reference in New Issue