mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add ios_static_route module (#25527)
* 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
This commit is contained in:
committed by
GitHub
parent
5242ff1b59
commit
c8ba8bdd6d
@@ -15,3 +15,4 @@
|
||||
- { role: ios_template, when: "limit_to in ['*', 'ios_template']" }
|
||||
- { role: ios_system, when: "limit_to in ['*', 'ios_system']" }
|
||||
- { role: ios_user, when: "limit_to in ['*', 'ios_user']" }
|
||||
- { role: ios_static_route, when: "limit_to in ['*', 'ios_static_route']" }
|
||||
|
||||
Reference in New Issue
Block a user