mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
20f470cc64
* Vendor plugins/module_utils/mount.py from ansible.posix, and drop ansible.posix dependency (except for testing). * Add ignore.txt entries. * Install test requirements conditionally. * Apply suggestions from code review Co-authored-by: John R Barker <john@johnrbarker.com> * Bump to major changes. Co-authored-by: John R Barker <john@johnrbarker.com>
19 lines
645 B
YAML
19 lines
645 B
YAML
namespace: community
|
|
name: general
|
|
version: 1.3.0
|
|
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'
|
|
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
|