mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
ios implementation for net_interface (#27459)
* ios implementation for net_interface * ios_interface implementation * ios_interface integration test * net_interface integration test for ios and other refactor * Update boilerplate and minor refactor
This commit is contained in:
committed by
Chris Alfonso
parent
70ce394840
commit
c4e06a1735
@@ -85,6 +85,14 @@
|
||||
failed_modules: "{{ failed_modules }} + [ 'ios_logging' ]"
|
||||
test_failed: true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: ios_interface
|
||||
when: "limit_to in ['*', 'ios_interface']"
|
||||
rescue:
|
||||
- set_fact:
|
||||
failed_modules: "{{ failed_modules }} + [ 'ios_logging' ]"
|
||||
test_failed: true
|
||||
|
||||
###########
|
||||
- debug: var=failed_modules
|
||||
|
||||
Reference in New Issue
Block a user