mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07: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:
parent
97e24dc317
commit
450263e934
20 changed files with 508 additions and 16 deletions
|
@ -79,5 +79,5 @@
|
|||
- assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
- "'<vlan operation=\"delete\">' in result.rpc"
|
||||
- "'<vlan delete=\"delete\">' in result.rpc"
|
||||
- "'<name>test-vlan</name>' in result.rpc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue