mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +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
@@ -40,15 +40,6 @@
|
||||
failed_modules: "{{ failed_modules }} + [ 'eos_config' ]"
|
||||
test_failed: true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: eos_template
|
||||
when: "limit_to in ['*', 'eos_template']"
|
||||
rescue:
|
||||
- set_fact:
|
||||
failed_modules: "{{ failed_modules }} + [ 'eos_template' ]"
|
||||
test_failed: true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: eos_facts
|
||||
|
||||
Reference in New Issue
Block a user