ansible/changelogs/fragments/68770_cache_adjudicator_flush.yml

3 lines
262 B
YAML
Raw Normal View History

bugfixes:
- The ``flush()`` method of ``CachePluginAdjudicator`` now calls the plugin's ``flush()`` method instead of iterating over the keys that the adjudicator knows about and deleting those from the cache. (https://github.com/ansible/ansible/issues/68770)