From 0de9f0b28ee777da3c5e5cbf33f5a1c9c445b3c2 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 24 Feb 2012 03:04:46 -0500 Subject: [PATCH] Added idea about how to do async + timeout in modules --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index 89d1c04656..8fd5ef73ac 100644 --- a/TODO.md +++ b/TODO.md @@ -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