community.general/lib/ansible/plugins/strategy
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
..
__init__.py Make sure setting facts with run_once makes copies of the data 2016-05-13 10:05:19 -04:00
debug.py Remove workaround for fixed bug. (#15340) 2016-04-10 09:24:54 -07:00
free.py Clear blocked hosts when a role duplicate task is found in free strategy 2016-05-12 10:38:53 -04:00
linear.py Fixing bugs in strategies 2016-05-06 09:22:11 -04:00