community.general/lib/ansible/plugins/strategy
Brian Coca b3abab1bd5 Fact proccessing fixes (#22003)
* clarify facts assignment for several corner cases

run_once/delegate_facts:
 now delegate_facts > run_once, previously run_once always published facts to all hosts in play

include_vars/delegate_to:
  now include_vars allows to delegate to a specific host

also fix task_vars exception in delegate_facts/loop as var was removed

fixes #15365

* removed unused loop_var
2017-02-27 16:22:30 -05:00
..
__init__.py Fact proccessing fixes (#22003) 2017-02-27 16:22:30 -05:00
debug.py Use isinstance instead of type() comparisons. isinstance is more robust 2017-02-16 16:34:43 -08:00
free.py
linear.py removed bad iteration from execute meta (#19958) 2017-01-13 14:51:39 -05:00