Files
community.general/lib/ansible/plugins
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
..
2015-09-10 14:37:42 +02:00
2015-10-02 19:55:32 -07:00
2015-05-03 21:47:26 -05:00