community.general/lib/ansible/plugins
James Cammarata d2bade6daf Make sure setting facts with run_once makes copies of the data
When using run_once, there is only one dict of facts so passing that
to the VariableManager results in the fact cache containing the same
dictionary reference for all hosts in inventory. This patch fixes that
by making sure we pass a copy of the facts dict to VariableManager.

Fixes #14279
2016-05-13 10:05:19 -04:00
..
action Merge pull request #15306 from sivel/ansible-modules-core/issue/3370 2016-05-12 18:59:37 -05:00
cache restore old jsonfile behaviour on key expiration 2016-05-10 15:55:33 -04:00
callback actionable.py: Do not print next task banner in handler callback (#15698) 2016-05-03 11:25:46 -04:00
connection Get binary modules working for windows, assuming .exe for windows 2016-05-12 12:25:08 -05:00
filter Rename function bool() as it is a Python built-in function (#15651) 2016-04-28 14:39:35 -04:00
inventory Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
lookup Use to_bytes and to_str instead of str as str is unsafe. 2016-04-04 12:57:32 -07:00
shell Merge pull request #13771 from sivel/binary-modules 2016-05-12 18:36:34 -05:00
strategy Make sure setting facts with run_once makes copies of the data 2016-05-13 10:05:19 -04:00
test Reverse boilerplate order because from __future__ must be the first code in the file 2016-03-24 20:08:39 -07:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py When walking through module directories, always follow symlinks. (#15784) 2016-05-09 14:24:39 -04:00