You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules
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
9 years ago
..
cloud lambda: Fix adding environment variables to functions previously not having any (#22313) 9 years ago
network Fix the eos_banner idempotency (#22413) 9 years ago
packaging Fix 'yum skips updates' bug (#21113) 9 years ago
system known_hosts: support --diff (#20349) 9 years ago
__init__.py Some algorithmic unittests for the apt and docker modules 10 years ago