-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ondra Machacek <omachace@redhat.com>
- Loading branch information
1 parent
85a8c25
commit 000388d
Showing
5 changed files
with
31 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html | ||
|
||
namespace: community | ||
name: FIXME | ||
version: 0.1.0 | ||
namespace: redhat_cop | ||
Check failure on line 1 in galaxy.yml GitHub Actions / ansible-lintgalaxy[tags]
|
||
name: vmware_ops | ||
version: 0.0.1 | ||
readme: README.md | ||
authors: | ||
- YOUR NAME (github.com/YOURGITHUB) | ||
- Ansible Cloud Content Team (@redhat-cop) | ||
description: null | ||
license_file: LICENSE | ||
tags: | ||
# tags so people can search for collections https://galaxy.ansible.com/search | ||
# tags are all lower-case, no spaces, no dashes. | ||
- example1 | ||
- example2 | ||
repository: https://github.com/ansible-collections/community.REPO_NAME | ||
- vmware | ||
repository: https://github.com/redhat-cop/cloud.vmware_ops | ||
#documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs | ||
homepage: https://github.com/ansible-collections/community.REPO_NAME | ||
issues: https://github.com/ansible-collections/community.REPO_NAME/issues | ||
homepage: https://github.com/redhat-cop/cloud.vmware_ops | ||
issues: https://github.com/redhat-cop/cloud.vmware_ops/issues | ||
build_ignore: | ||
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_distributing.html#ignoring-files-and-folders | ||
- .gitignore | ||
- changelogs/.plugin-cache.yaml | ||
dependencies: { | ||
"vmware.vmware_rest": ">=2.3.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
--- | ||
requires_ansible: '>=2.11.0' # Use '>=2.9.10' instead, if needed | ||
requires_ansible: '>=2.14.0' # Use '>=2.9.10' instead, if needed | ||
|
||
This file was deleted.
Oops, something went wrong.
File renamed without changes.