You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins
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.
6 years ago
..
action fix synchronize handling of encrypted hosts on delegation (#49460) 6 years ago
cache FactCache changes 6 years ago
callback Fix for callback plugins on Python3 when a module returns dictionary keys that aren't strings 6 years ago
cliconf Add a Singleton metaclass, use it with Display (#48935) 6 years ago
connection PSRP: Improve default logging to ansible.log (#47645) 6 years ago
filter k8s append_hash (#48830) 6 years ago
httpapi Add a Singleton metaclass, use it with Display (#48935) 6 years ago
inventory FactCache changes 6 years ago
lookup updated ff docs to include and deprecate skip (#45167) 6 years ago
netconf Fix iosxr netconf plugin response namespace (#49238) 6 years ago
shell split PS wrapper and payload (CVE-2018-16859) (#49142) 6 years ago
strategy Last loaded handler with the same name wins (#49249) 6 years ago
terminal Fix regex on ASA password prompt (#49438) 6 years ago
test Add a Singleton metaclass, use it with Display (#48935) 6 years ago
vars removes talk of hardcoded loading from plugin docs (#49383) 6 years ago
__init__.py Add a Singleton metaclass, use it with Display (#48935) 6 years ago
loader.py Add a Singleton metaclass, use it with Display (#48935) 6 years ago