mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 22:30:04 -07:00
Test eos_banner (#22201)
* eos_banner docs improvements * run eos_banner tests * basic eos_banner tests * remove trailing newlines * remove hack * Various eos_banner fixes No unicode tests, as the device doesn't support it Correctly set provider result.command should be empty list if no changes * test eos_banner over eapi * revert docs changes, moved to separate PR
This commit is contained in:
parent
9173a7727c
commit
5dac2ee00c
8 changed files with 180 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
debug: false
|
||||
|
||||
roles:
|
||||
- { role: eos_banner, when: "limit_to in ['*', 'eos_banner']" }
|
||||
- { role: eos_command, when: "limit_to in ['*', 'eos_command']" }
|
||||
- { role: eos_config, when: "limit_to in ['*', 'eos_config']" }
|
||||
- { role: eos_template, when: "limit_to in ['*', 'eos_template']" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue