mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-04-18 21:04:01 +03:00
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
---
|
|
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
|
|
|
|
namespace: community
|
|
name: docker
|
|
version: 4.6.0
|
|
readme: README.md
|
|
authors:
|
|
- Ansible Docker Working Group
|
|
description: Modules and plugins for working with Docker
|
|
license:
|
|
- GPL-3.0-or-later
|
|
- Apache-2.0
|
|
#license_file: COPYING
|
|
tags:
|
|
- docker
|
|
dependencies:
|
|
community.library_inventory_filtering_v1: '>=1.0.0'
|
|
repository: https://github.com/ansible-collections/community.docker
|
|
documentation: https://docs.ansible.com/ansible/latest/collections/community/docker/
|
|
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
|
|
- changelogs/.plugin-cache.yaml
|