mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Add vyos_banner implementation module (#25862)
* Add vyos_banner implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * vyos_banne integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * vyos_banner unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * minor fix on banner text Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
e2cf3b6e7a
commit
947e9aba45
9 changed files with 388 additions and 0 deletions
3
test/integration/targets/vyos_banner/defaults/main.yaml
Normal file
3
test/integration/targets/vyos_banner/defaults/main.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
testcase: "*"
|
||||
test_items: []
|
Loading…
Add table
Add a link
Reference in a new issue