mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Remove Deprecated Template network modules (#27076)
* removed deprecated networking template modules * update changelog * update changelog
This commit is contained in:
committed by
John R Barker
parent
0fb64214a4
commit
81151ef02c
@@ -42,15 +42,6 @@
|
||||
failed_modules: "{{ failed_modules }} + [ 'nxos_facts' ]"
|
||||
test_failed: true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: nxos_template
|
||||
when: "limit_to in ['*', 'nxos_template']"
|
||||
rescue:
|
||||
- set_fact:
|
||||
failed_modules: "{{ failed_modules }} + [ 'nxos_template' ]"
|
||||
test_failed: true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: nxos_nxapi
|
||||
|
||||
Reference in New Issue
Block a user