community.general/lib/ansible/playbook
Michael DeHaan 19fc8eea80 Things that happen inside multiprocessing shouldn't make side effects, ergo append ansible_facts only
in playbook code.

This technically means with_items calls can't continuously add facts I guess, but I can't see anyone
ever trying that.
2012-07-25 21:30:49 -04:00
..
__init__.py Things that happen inside multiprocessing shouldn't make side effects, ergo append ansible_facts only 2012-07-25 21:30:49 -04:00
play.py changes to not clear the setup cache between runs, and also decide to run plays with no tasks 2012-07-25 20:45:51 -04:00
task.py Inject vars need to pushed further up to make with_items work as desired. 2012-07-17 20:09:18 -04:00