community.general/lib/ansible
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
..
cli Fix typo in confirm new vault password message (#49468) 2018-12-04 11:04:29 +00:00
compat Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
config New module: AWS EC2 Launch Template (#46972) 2018-11-29 13:59:10 -05:00
errors Add better error when k=v syntax is used with YAML in tasks (#41754) 2018-12-04 12:32:02 -05:00
executor Set play context on stdout callback plugin (#35910) 2018-11-29 23:15:56 -05:00
galaxy Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
inventory Merge pull request #49080 from bcoca/better_invp_skip 2018-11-27 15:30:14 -08:00
module_utils Fix in dict_merge to check for Mapping 2018-12-05 10:31:32 -08:00
modules Fix an issue retrieving some types of 1Password items. (#47213) 2018-12-05 11:49:26 -05:00
parsing unsafe cleanup 2018-11-30 13:07:00 -08:00
playbook become_method: make dzdo more like sudo (#47946) 2018-12-04 18:24:32 -05:00
plugins FactCache changes 2018-12-05 12:33:27 -08:00
template templar: ensure that exceptions are handled, fix 'AttributeError' (#48792) 2018-11-29 09:56:23 -05:00
utils docs: link to openstacksdk (#49521) 2018-12-05 14:06:20 -05:00
vars FactCache changes 2018-12-05 12:33:27 -08:00
__init__.py
constants.py become_method: make dzdo more like sudo (#47946) 2018-12-04 18:24:32 -05:00
release.py Codename: How Many More Times 2018-09-04 12:38:29 -04:00