mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-16 14:35:00 +00:00
The map_config_to_obj calls the run_commands helper function, which returns a list of results. However, the map_params_to_obj return a single string. Therefore, the comparison between the two datasets could never be equal, breaking idempotency. Also, the 'no banner' command should be run on absent only if there's a banner text set. Fixes #22194 |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| eos_module.py | ||
| test_eos_banner.py | ||
| test_eos_command.py | ||
| test_eos_config.py | ||
| test_eos_eapi.py | ||
| test_eos_system.py | ||
| test_eos_user.py | ||