mirror of https://github.com/ansible/ansible.git
Fix backwards compatibility of constants.get_config
get_config would use ConfigManager.get_ini_value which does not
exist. What we are meant to use is
ansible.config.manager.get_ini_config_value and this method does not
expect a list, only a dictionary with a section and a key.
(cherry picked from commit 9b693235f0
)
pull/31222/merge
parent
737a0d6015
commit
447d1cffb0
Loading…
Reference in New Issue