From d1e26acc58fcdff590dab11114cd68c3e0d67763 Mon Sep 17 00:00:00 2001 From: Komal Uttamrao Patil Date: Mon, 3 Aug 2020 23:35:47 -0700 Subject: [PATCH] OS9 collection - addressing readme review comments (#9) * addressing review comments for documentation * readme updated * readme updated * address review comments * host names updated in readme file * change version to 1.0.0 * review comments addressed * addressing readme review comments * version update --- README.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ae8f35..dcb3292 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To install a specific version, a version range identifier must be specified. For Ansible version 2.10 or later. -> **NOTE**: For Ansible version lower than 2.10, use the legacy [dellos9 modules](https://ansible-dellos-docs.readthedocs.io/en/latest/modules.html#os9-modules) and [dellos roles](https://ansible-dellos-docs.readthedocs.io/en/latest/roles.html). +> **NOTE**: For Ansible versions lower than 2.10, use the legacy [dellos9 modules](https://ansible-dellos-docs.readthedocs.io/en/latest/modules.html#os9-modules) and [dellos roles](https://ansible-dellos-docs.readthedocs.io/en/latest/roles.html). ## Sample playbook diff --git a/galaxy.yml b/galaxy.yml index 4f85f83..578274a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ name: os9 namespace: dellemc readme: README.md tags: [dell, dellemc, os9, emc, networking] -version: 1.0.0 +version: 1.0.1 repository: 'https://github.com/ansible-collections/dellemc.os9' documentation: 'https://github.com/ansible-collections/dellemc.os9/tree/master/docs' homepage: 'https://github.com/ansible-collections/dellemc.os9'