mirror of https://github.com/ansible/ansible.git
Fix the eos_banner idempotency (#22413)
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 #22194pull/22446/head
parent
0f82674c0e
commit
c57729944b
Loading…
Reference in New Issue