Skip to content

Commit

Permalink
OS6 collection - addressed review comments and changed version (#10)
Browse files Browse the repository at this point in the history
* documentation review changes

* sanity test error fix
  • Loading branch information
komalupatil authored Jul 31, 2020
1 parent c5b83f9 commit ccf7ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: dellemc
name: os6
version: 0.0.1
version: 1.0.0
readme: README.md
authors:
- Komal Patil <[email protected]>
Expand Down

0 comments on commit ccf7ef2

Please sign in to comment.