mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00: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:
@@ -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']" }
|
||||
|
||||
Reference in New Issue
Block a user