You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
8 years ago
..
__init__.py Fact proccessing fixes (#22003) 8 years ago
debug.py Use isinstance instead of type() comparisons. isinstance is more robust 8 years ago
free.py Make sure free strategy is returning proper TQM constants 8 years ago
linear.py removed bad iteration from execute meta (#19958) 8 years ago