ansible/changelogs/fragments/cache-deprecations.yml
Sloane Hertel ce96591313
Remove deprecated cache interfaces (#74198)
* update unit test
* Remove FactCache 'update' method
2021-04-13 11:08:20 -04:00

5 lines
414 B
YAML

minor_changes:
- inventory plugins - Remove the deprecated cache interface. Set top level keys in the inventory plugin's `_cache` attribute (a dictionary) instead.
- fact cache - Remove the deprecated location for FactCache. Import FactCache from `ansible.vars.fact_cache` instead.
- fact cache - Remove deprecated backwards compatibility shim for the FactCache `update` method to accept multiple arguments.