ansible/lib/ansible/playbook
John Kleint 2a002f5c0b Support iteration over command output in with_items.
When the output of a command is stored in a register, this will create a
stdout_lines field in the result object that contains stdout split into a list
of lines.  This list can then be iterated over using with_items.
2012-09-17 16:57:33 -04:00
..
__init__.py Support iteration over command output in with_items. 2012-09-17 16:57:33 -04:00
play.py Support import of playbooks in other directories 2012-09-09 22:59:56 -04:00
task.py Local actions, they're like aliases for actions with localhost 2012-08-20 18:26:21 -04:00