community.general/lib/ansible/vars
Matthew Jones 7da478a4f4 Fix an issue where cache plugins weren't updated
The first call to persisting facts would work due to the assignment of a
MutableMapping calling __setitem__ but subsequent module fact data would
not be propogated to the fact cache plugins because update() doesn't
invoke __setitem__.  This changes the behavior a little bit and ensures
set() is called on cache plugins.
2015-10-09 11:16:41 -04:00
..
__init__.py Fix an issue where cache plugins weren't updated 2015-10-09 11:16:41 -04:00
hostvars.py Make hostvars more dynamic again to improve performance with large inventories 2015-09-24 13:53:44 -04:00
unsafe_proxy.py Clean up typo from cdc6c52 2015-09-25 16:58:27 -04:00