Files
community.general/lib/ansible/modules/network
Ricardo Carrillo Cruz c57729944b 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 #22194
2017-03-09 12:43:54 +00:00
..
2017-02-24 16:49:43 -06:00
2017-02-15 13:01:43 -08:00
2017-02-10 15:13:59 -05:00
2017-02-15 13:01:43 -08:00
2017-02-15 13:01:43 -08:00
2017-01-27 14:06:21 -08:00
2017-02-02 11:45:22 -08:00
2017-02-15 13:01:43 -08:00
2017-02-15 13:01:43 -08:00
2016-12-08 11:22:22 -05:00
2017-02-15 13:01:43 -08:00
2017-01-27 17:08:02 -08:00
2017-01-30 15:01:47 -08:00
2017-02-02 11:45:22 -08:00
2017-02-02 11:45:22 -08:00
2017-02-02 11:45:22 -08:00
2017-02-15 13:01:43 -08:00
2017-02-02 11:45:22 -08:00
2017-02-24 16:49:43 -06:00