community.general/lib/ansible/playbook
Dag Wieers 58eec2e4c2 Populate module_setup from the setup module rather than special code elsewhere
This small change allows for individual setup actions to populate the SETUP_CACHE and not cause a subsequent facts-gathering when not needed. This follows the standard of other facts modules as laid out in #1206 and implemented in fedfd18774. It allows to test of the setup module has already been run even when gather_facts was explicitely disabled.
2014-03-16 13:37:07 -04:00
..
__init__.py Populate module_setup from the setup module rather than special code elsewhere 2014-03-16 13:37:07 -04:00
play.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
task.py Updates loop warning, removes unnecessary c 2014-03-09 00:19:28 -05:00