Skip to content

Commit

Permalink
Fix sanity issues with Ansible version 2.10 (#56)
Browse files Browse the repository at this point in the history
* Updated module links in README to have full url

* Fix sanity issue with 2.10
  • Loading branch information
gunasekaran-t authored Dec 8, 2020
1 parent 5d4d1c9 commit 9349a12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This collection includes Ansible modules, plugins and roles needed to provision

Name | Description
--- | ---
[os10_command](docs/dellemc.os10.os10_command_module.rst)| Run commands on devices running OS10
[os10_config](docs/dellemc.os10.os10_config_module.rst)| Manage configuration on devices running OS10
[os10_facts](docs/dellemc.os10.os10_facts_module.rst)| Collect facts from devices running OS10
[os10_command](https://github.com/ansible-collections/dellemc.os10/blob/master/docs/dellemc.os10.os10_command_module.rst)| Run commands on devices running OS10
[os10_config](https://github.com/ansible-collections/dellemc.os10/blob/master/docs/dellemc.os10.os10_config_module.rst)| Manage configuration on devices running OS10
[os10_facts](https://github.com/ansible-collections/dellemc.os10/blob/master/docs/dellemc.os10.os10_facts_module.rst)| Collect facts from devices running OS10

### Collection roles
These roles facilitate the provisioning and administration of devices running SmartFabric OS10. There are over 30 roles available that provide a comprehensive coverage of most OS10 resources, including *os10_interface*, *os10_acl*, *os10_bgp*, and *os10_vxlan*. The documentation for each role is at [OS10 roles](https://github.com/ansible-collections/dellemc.os10/blob/master/docs/roles.rst).
Expand Down
3 changes: 3 additions & 0 deletions tests/sanity/ignore-2.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ plugins/modules/show_system_network_summary.py validate-modules:parameter-list-n
plugins/modules/os10_config.py validate-modules:parameter-list-no-elements
plugins/modules/os10_facts.py validate-modules:parameter-list-no-elements
plugins/modules/os10_command.py validate-modules:parameter-list-no-elements
plugins/modules/os10_config.py validate-modules:doc-default-does-not-match-spec
plugins/modules/os10_facts.py validate-modules:doc-default-does-not-match-spec
plugins/modules/os10_command.py validate-modules:doc-default-does-not-match-spec
plugins/module_utils/network/base_network_show.py import-2.6
plugins/modules/base_xml_to_dict.py import-2.6
plugins/modules/bgp_validate.py import-2.6
Expand Down

0 comments on commit 9349a12

Please sign in to comment.