community.general/lib/ansible
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
..
cli Retain vault password as bytes in 2.2 (#22378) 2017-03-07 15:30:09 -05:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Change warning message as advised by bcoca 2017-02-27 09:41:41 -08:00
galaxy Add role skeleton support (#17079) 2017-03-01 20:23:18 -05:00
inventory readd all.add_host as for loop uses diff data 2017-03-08 15:56:10 -05:00
module_utils Actual attributes were being created and messing with the modules (#22424) 2017-03-08 21:10:02 +00:00
modules Fix the eos_banner idempotency (#22413) 2017-03-09 12:43:54 +00:00
parsing vault: Uniformize construction of cipher objects 2017-03-08 15:14:20 -05:00
playbook Verify that the role specification is using a comma before warning 2017-03-07 09:35:42 -05:00
plugins Fix PEP 8 issue. 2017-03-08 10:05:19 -08:00
template Also clean template data even if marked unsafe 2017-02-10 10:08:55 -06:00
utils Bad extra early (#22322) 2017-03-07 13:44:36 -05:00
vars Fix variable precedence of INI/script vars to be in-line with docs. 2017-03-02 17:07:00 -06:00
__init__.py
constants.py Add role skeleton support (#17079) 2017-03-01 20:23:18 -05:00
release.py