mirror of https://github.com/ansible/ansible.git
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.pull/12695/head
parent
d1b98ec776
commit
7da478a4f4
Loading…
Reference in New Issue