ansible/changelogs/fragments/fix_cache_assumption.yml
Brian Coca 5f69ab7f46 Better test for cache method availability (#54740)
* Better test for cache method availability

  fixes #54737

* try and ignore missing method

* avoid plugin cross contamination

* ammend clog
2019-04-09 09:32:11 -07:00

2 lines
141 B
YAML

bugfixes:
- rely on method existing vs loosely related _cache attribute, also fix data persistence issue on plugin reuse across sources.