diff --git a/README.md b/README.md index febfb6b..024246d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ansible-galaxy collection install 'dellemc.os6:>=1.0.0,<2.0.0' Ansible version 2.10 or later. -> **NOTE**: For Ansible version lower than 2.10, use the legacy [dellos6 modules](https://ansible-dellos-docs.readthedocs.io/en/latest/modules.html#os6-modules) and [dellos roles](https://ansible-dellos-docs.readthedocs.io/en/latest/roles.html) +> **NOTE**: For Ansible version lower than 2.10, use the legacy [dellos6 modules](https://ansible-dellos-docs.readthedocs.io/en/latest/modules.html#os6-modules) and [dellos roles](https://ansible-dellos-docs.readthedocs.io/en/latest/roles.html). ## Sample playbook @@ -62,7 +62,7 @@ Ansible version 2.10 or later. ``` hostname: os6_sw1 -# parameters for connection type network_cli +# Parameters for connection type network_cli ansible_ssh_user: xxxx ansible_ssh_pass: xxxx ansible_become: yes diff --git a/galaxy.yml b/galaxy.yml index 706624c..eea3e93 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: dellemc name: os6 -version: 0.0.1 +version: 1.0.0 readme: README.md authors: - Komal Patil