mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 04:30:32 -07:00
* Install collections in CI directly with git to work around the Galaxy CloudFlare PITA. (#2082)
(cherry picked from commit 7fe9dd7a60
)
* Repace more ansible-galaxy collection install calls.
* Restrict community.kubernetes dependency.
19 lines
652 B
YAML
19 lines
652 B
YAML
namespace: community
|
|
name: general
|
|
version: 1.3.9
|
|
readme: README.md
|
|
authors:
|
|
- Ansible (https://github.com/ansible)
|
|
description: null
|
|
license_file: COPYING
|
|
tags: [community]
|
|
# NOTE: No more dependencies can be added to this list
|
|
dependencies:
|
|
ansible.netcommon: '>=1.0.0'
|
|
community.kubernetes: '>=1.0.0,<2.0.0'
|
|
google.cloud: '>=1.0.0'
|
|
repository: https://github.com/ansible-collections/community.general
|
|
documentation: https://docs.ansible.com/ansible/latest/collections/community/general/
|
|
homepage: https://github.com/ansible-collections/community.general
|
|
issues: https://github.com/ansible-collections/community.general/issues
|
|
#type: flatmap
|