2f46f8f944
* Support for network_cli plugin and tests * Fixed ansible-test * issues * Fixed Pylint warning * Fixed the sanity test errors * Fix YAMLlinter issue - removed blank spaces * Fixed Python 3 failures * Fixed the PEP8 issue * Fix sanity --test validate-modules * Reverted the changes to the doc fragments
13 lines
363 B
YAML
Executable file
13 lines
363 B
YAML
Executable file
---
|
|
- hosts: dellos10
|
|
gather_facts: no
|
|
connection: local
|
|
|
|
vars:
|
|
limit_to: "*"
|
|
test_items: ""
|
|
|
|
roles:
|
|
- { role: test_dellos10_command, when: "limit_to in ['*', 'dellos10_command']" }
|
|
- { role: test_dellos10_config, when: "limit_to in ['*', 'dellos10_config']" }
|
|
- { role: test_dellos10_facts, when: "limit_to in ['*', 'dellos10_facts']" }
|