c8ba8bdd6d
* Add ios_static_route module * Add ios_static_route integration tests * Add platform agnostic integration tests for IOS * Replace unicode function to ansible module_utils to_text * Add collections handling logic * Add integration tests for collections * Make collections and prefix mutually exclusive * Add net_static_route integration tests for collections * Do not store load_config return value, as it returns nothing
3 lines
122 B
YAML
3 lines
122 B
YAML
---
|
|
- include: "{{ role_path }}/tests/ios/basic.yaml"
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'ios'
|