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/lib/ansible
Matt Williams 78844c800f Fix Foreman returning host parameters (#54101)
* Fix Foreman returning host parameters 

Foreman (1.20) returns the `all_parameters` key as a list of dicts, not a dict of key-value pairs.

* Fix for type error

The empty type here should be a dict, not a list as is has a `get` done
on it next.

(cherry picked from commit e94e80c79e)

* Return dict directly to avoid failing key lookup

(cherry picked from commit 545b98645d)

* Add changelog fragment for #54333
7 years ago
..
cli Fix trackback on providing arguemnt --all to ansible-doc command (#52034) 7 years ago
compat Fix the local and ssh plugins for a cornercase retrying a syscall 7 years ago
config better handling of bad type in config (#48821) 7 years ago
errors Plugin errors backport (#52749) 7 years ago
executor Ensure play order is obeyed (#49897) 7 years ago
galaxy [stable-2.7] Support .yaml extension for meta file (#46505) 7 years ago
inventory Plugin errors backport (#52749) 7 years ago
module_utils openssl_*: proper mode support (#54085) 7 years ago
modules meraki_vlan - Document DHCP responses (#54142) 7 years ago
parsing Docs: Add a "seealso" section to the module docs (#45949) 7 years ago
playbook [2.7] include_tasks: fix traceback if no file specified (#54044) (#54164) 7 years ago
plugins Fix Foreman returning host parameters (#54101) 7 years ago
template dict is dict (#54057) 7 years ago
utils Docs: Add a "seealso" section to the module docs (#45949) 7 years ago
vars Fix for a caching traceback 7 years ago
__init__.py
constants.py [stable-2.7] Fix from sivel for ansible-doc 7 years ago
release.py Update Ansible release version to v2.7.9.post0. 7 years ago