From f8c82321ba94cb730840ff146ace07d1278aced1 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 25 Jun 2020 16:27:37 -0400 Subject: [PATCH] Add link to ansible-maintained contributor guide etc (#76) * Add link to ansible-maintained contributor guide etc * add 2.9 deprecation note --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83e16a41d3a..1459281f57e 100644 --- a/README.md +++ b/README.md @@ -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) 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. @@ -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 @@ -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: @@ -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: @@ -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. \ No newline at end of file +See [COPYING](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.