mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Initial cleanup.
This commit is contained in:
+7
-10
@@ -1,22 +1,19 @@
|
||||
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
|
||||
|
||||
namespace: community
|
||||
name: FIXME
|
||||
name: docker
|
||||
version: 0.1.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- YOUR NAME (github.com/YOURGITHUB)
|
||||
description: null
|
||||
- Ansible Docker Working Group
|
||||
description: Modules and plugins for working with Docker
|
||||
license_file: COPYING
|
||||
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
|
||||
- docker
|
||||
repository: https://github.com/ansible-collections/community.docker
|
||||
#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/ansible-collections/community.docker
|
||||
issues: https://github.com/ansible-collections/community.docker/issues
|
||||
build_ignore:
|
||||
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#ignoring-files-and-folders
|
||||
- .gitignore
|
||||
|
||||
Reference in New Issue
Block a user