mirror of https://github.com/ansible/ansible.git
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 commitpull/54704/heade94e80c79e) * Return dict directly to avoid failing key lookup (cherry picked from commit545b98645d) * Add changelog fragment for #54333
parent
08dbeff204
commit
78844c800f
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- foreman - fix Foreman returning host parameters
|
||||
Loading…
Reference in New Issue