mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added idea about how to do async + timeout in modules
This commit is contained in:
parent
6bfc275204
commit
0de9f0b28e
1 changed files with 6 additions and 0 deletions
6
TODO.md
6
TODO.md
|
@ -10,6 +10,12 @@ Playbook TODO:
|
||||||
* more conditional capability
|
* more conditional capability
|
||||||
* very good logging
|
* 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:
|
General:
|
||||||
|
|
||||||
* logging
|
* logging
|
||||||
|
|
Loading…
Reference in a new issue