mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +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
@@ -61,14 +61,6 @@
|
||||
failed_modules: "{{ failed_modules }} + [ 'junos_rpc' ]"
|
||||
test_failed: true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: junos_template
|
||||
when: "limit_to in ['*', 'junos_template']"
|
||||
rescue:
|
||||
- set_fact:
|
||||
failed_modules: "{{ failed_modules }} + [ 'junos_template' ]"
|
||||
test_failed: true
|
||||
- block:
|
||||
- include_role:
|
||||
name: junos_vlan
|
||||
|
||||
Reference in New Issue
Block a user