ansible/changelogs
Toshio Kuratomi 33f0c1ce22 FactCache changes
* Fix FactCache to conform to the dict API
  * update needs to take a dict rather than a key and a value
  * __init__ needs to allow for setting the intial dictionary
* Remove unneeded _display and _cache attributes
* Move ansible.plugins.cache.FactCache to
  ansible.vars.fact_cache.FactCache because this isn't part of the cache
  plugin API.
* Add backwards compatibility when calling update on the new FactCache
* Remove code for calling old FactCache. There's no way to call the old
  FactCache so there's no need for backwards compatible code for calling
  code.  Backwards compatibility is handling things which are calling
  the new FactCache.
* Port our code to the new FactCache location.
2018-12-05 12:33:27 -08:00
..
fragments FactCache changes 2018-12-05 12:33:27 -08:00
CHANGELOG.rst
config.yaml
rhsm_repository-loop-fix-improvements.yaml Prevent duplicate entries in rhsm_repository module (#48107) 2018-11-07 17:49:12 -05:00
yum-update-only.yaml make yum update_only option actually work (#47942) 2018-11-13 15:04:19 -05:00