forked from ansible-collections/amazon.cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgalaxy.yml
More file actions
21 lines (20 loc) · 728 Bytes
/
Copy pathgalaxy.yml
File metadata and controls
21 lines (20 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
namespace: amazon
name: cloud
version: 0.1.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
description: null
license_file: LICENSE
tags: [amazon, cloud, aws]
dependencies:
amazon.aws: '>=3.0.0'
repository: https://github.com/ansible-collections/amazon.cloud
documentation: https://github.com/ansible-collections/amazon.cloud/tree/main/docs
homepage: https://github.com/ansible-collections/amazon.cloud
issues: https://github.com/ansible-collections/amazon.cloud/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
build_ignore:
- '*cloud-config-aws.ini'
- '*cloud-config-aws.yml'
- 'changelogs/.plugin-cache.yaml'