mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -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
|
@ -126,5 +126,5 @@
|
|||
- assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
- "'<interface operation=\"delete\">' in result.rpc"
|
||||
- "'<interface delete=\"delete\">' in result.rpc"
|
||||
- "'<name>ge-0/0/1</name>' in result.rpc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue