1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
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
..
cli now deps is always a list 2015-10-07 15:41:11 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Improve handling of unicode errors 2015-10-08 10:04:15 -04:00
executor Wait until later to convert to byte strings for output 2015-10-08 08:22:17 -07:00
galaxy Cleaning up some ansible-galaxy stuff 2015-10-05 22:59:08 -04:00
inventory Load vars for localhost when created implicitly 2015-10-08 09:26:20 -04:00
module_utils Explictly set the version of strict mode to use for powershell modules. 2015-10-07 06:24:37 +01:00
modules Version bump for 2.0.0-0.3.beta1 2015-10-06 08:19:20 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing fixed error reporting on splitter 2015-10-01 19:03:04 -04:00
playbook Adding get_path method to Task class 2015-10-07 10:10:57 -03:00
plugins Fix an issue where cache plugins weren't updated 2015-10-09 11:16:41 -04:00
template Python 3: the StringIO module is gone 2015-09-28 09:28:53 +03:00
utils Correct typo 2015-10-08 08:44:25 -07:00
vars Fix an issue where cache plugins weren't updated 2015-10-09 11:16:41 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py Set explicit default for ANSIBLE_SSH_ARGS 2015-10-02 21:26:25 +05:30
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00