Commit 0de9f0b2 by Michael DeHaan

Added idea about how to do async + timeout in modules

parent 6bfc2752
......@@ -10,6 +10,12 @@ Playbook TODO:
* more conditional capability
* very good logging
Command module:
* allow additional key/value options to be passed to any module (via ENV vars?)
* allow this to be expressed in playbook as a 4th option after the array options list
* use this to pass timeout and async params to the command module
default timeouts will be infinite, async False
General:
* logging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment