Skip to content

Commit

Permalink
Add link to ansible-maintained contributor guide etc (ansible-collect…
Browse files Browse the repository at this point in the history
…ions#76)

* Add link to ansible-maintained contributor guide etc

* add 2.9 deprecation note
  • Loading branch information
samccann authored Jun 25, 2020
1 parent 2e7549e commit f8c8232
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Amazon AWS Collection
[![Shippable build status](https://api.shippable.com/projects/5e4451b6aa9a61000733064c/badge?branch=master)](https://api.shippable.com/projects/5e4451b6aa9a61000733064c/badge?branch=master)
<!--[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/amazon.aws)](https://codecov.io/gh/ansible-collections/amazon.aws)-->
[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/amazon.aws)](https://codecov.io/gh/ansible-collections/amazon.aws)

The Ansible Amazon AWS collection includes a variety of Ansible content to help automate the management of AWS instances. This collection is maintained by the Ansible cloud team.

Expand Down Expand Up @@ -71,7 +71,6 @@ You can also include it in a `requirements.yml` file and install it with `ansibl
---
collections:
- name: amazon.aws
version: 0.1.1
```
## Using this collection
Expand All @@ -94,6 +93,8 @@ You can either call modules by their Fully Qualified Collection Namespace (FQCN)
register: instance
```

**NOTE**: For Ansible 2.9, you may not see deprecation warnings when you run your playbooks with this collection. Use this documentation to track when a module is deprecated.


### See Also:

Expand All @@ -102,7 +103,7 @@ You can either call modules by their Fully Qualified Collection Namespace (FQCN)

## Contributing to this collection

We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the [Amazon AWS collection repository](https://github.com/ansible-collections/amazon.aws).
We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the [Amazon AWS collection repository](https://github.com/ansible-collections/amazon.aws). See [Contributing to Ansible-maintained collections](https://docs.ansible.com/ansible/devel/community/contributing_maintained_collections.html#contributing-maintained-collections) for more details.

You can also join us on:

Expand All @@ -129,4 +130,4 @@ See the [Ansible Community Guide](https://docs.ansible.com/ansible/latest/commun

GNU General Public License v3.0 or later.

See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.
See [COPYING](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.

0 comments on commit f8c8232

Please sign in to comment.