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/changelogs/fragments/vm_fix.yml

7 lines
257 B
YAML

bugfixes:
- fix FactCache.update() to conform to the dict API.
minor_changes:
- Moved the FactCache code from ansible.plugins.cache.FactCache to
ansible.vars.fact_cache.FactCache as it is not meant to be used to
implement cache plugins.