mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add junos_banner declartive module (#25826)
* Add junos_banner declartive module * junos_banner implementation * Integration test for junos_banner * Integration test for net_banner (junos) * Minor fixes * Minor doc change
This commit is contained in:
@@ -16,3 +16,4 @@
|
||||
- { role: junos_template, when: "limit_to in ['*', 'junos_template']" }
|
||||
- { role: junos_vlan, when: "limit_to in ['*', 'junos_vlan']" }
|
||||
- { role: junos_interface, when: "limit_to in ['*', 'junos_interface']" }
|
||||
- { role: junos_banner, when: "limit_to in ['*', 'junos_banner']" }
|
||||
|
||||
Reference in New Issue
Block a user