ansible/changelogs
Toshio Kuratomi ad45bd72c1 Fix for a caching traceback
When the user specified caching plugin doesn't initialize correctly, we
were falling back to a dict.  however, dicts do not have the same
update() method as the FactCache.  We use the update method when we
update a cache with a subsequent value.  So when that combination of
things happened, the code would traceback.

In devel, we made this change to fix things: https://github.com/ansible/ansible/pull/49516
but that involves several deprecations.  So we're doing this smaller
hack in 2.7 to fix the traceback without introducing those deprecations
in a stable release.
2018-12-06 10:59:32 -08:00
..
fragments Fix for a caching traceback 2018-12-06 10:59:32 -08:00
.changes.yaml New release v2.7.4 2018-11-30 09:30:22 -08:00
CHANGELOG-v2.7.rst New release v2.7.4 2018-11-30 09:30:22 -08:00
CHANGELOG.rst fix RPM builds with placeholder CHANGELOG 2018-05-30 16:47:48 -07:00
config.yaml Implement new changelog generator. 2018-06-05 19:08:15 -07:00
rhsm_repository-loop-fix-improvements.yaml [stable-2.7] Prevent duplicate entries in rhsm_repository module (#48107) 2018-11-09 10:05:38 -08:00
yum-update-only.yaml make yum update_only option actually work (#47942) 2018-11-19 09:55:59 -08:00