community.general/lib/ansible
Deepak Agrawal 0bbea9a579
vyos_config IndexError in sanitize_config (#36375)
* Bug in del(list) logic. Say you have a list of 4 elements a[0-3]
and you have to remove index 1 and 3, if you remove index 1 first
then list is cut short a[0-2] and does not have index 3

Fix: Remove indexes in reverse sorted order e.g. 3 and 1 in above
example so that order of indexes remain preserved even after deleting

fix is to remove indexes in reverse sorted order

* Add test cases for failed case
2018-02-20 18:29:34 +05:30
..
cli Fix ansible-console always asking for vault passwords 2018-02-15 15:40:51 -05:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config better sudo/su deprecation on config entries (#36074) 2018-02-14 20:26:10 -05:00
errors Make AnsibleActionDone a private exception 2018-01-22 23:36:34 -08:00
executor fix loop_control templating (#36124) 2018-02-14 15:52:19 -05:00
galaxy galaxy remove incorrect check for role path before extraction (#35259) 2018-01-30 10:40:25 -06:00
inventory remove new tmp var for localhost 2018-02-07 16:16:10 -05:00
module_utils aci_rest: Fix error handling and improve documentation (#36295) 2018-02-19 12:01:14 +01:00
modules vyos_config IndexError in sanitize_config (#36375) 2018-02-20 18:29:34 +05:30
parsing Only template each hostvars var on-demand (fixes #33259) 2018-02-15 10:09:04 -05:00
playbook fix loop_control templating (#36124) 2018-02-14 15:52:19 -05:00
plugins [cloud] If inventory file isn't able to be parsed by aws_ec2, raise an AnsibleParserError (#36387) 2018-02-19 17:12:56 -05:00
template Only template each hostvars var on-demand (fixes #33259) 2018-02-15 10:09:04 -05:00
utils Fix digital ocean issues (#36347) 2018-02-17 22:48:52 +05:30
vars vars.clean: remove unused method inject_facts (#34838) 2018-02-15 07:43:44 -08:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Move module_set_locale and module_lang back to global 2018-01-22 18:38:15 -08:00
release.py Fix version in lib/ansible/release.py 2018-02-09 04:47:31 -08:00