7f62a9d7b5
Change: - Previously CachePluginAdjudicator#flush only removed entries from the cache backend that it knew about by using them earlier. Now it calls the underlying plugin's flush() method. Test Plan: - New unit tests Tickets: - Fixes #68770 Signed-off-by: Rick Elrod <rick@elrod.me>
2 lines
262 B
YAML
2 lines
262 B
YAML
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)
|