pando85
pando85
Make log format configurable per environment variable or command line option.
Module to ensure lines are or not in files. Params: - path - regexp - line - state Output: TBD
group
Add block structure to allow create tasks in yaml with common fields (when, ignore_errors, loop, changed_when, until). This create tasks included in group with that fields: Example: ```yaml - name:...
Pause execution amount of time fixed or until approval. ```yaml params: minutes: type: Int description: A positive number of minutes to pause for. seconds: Int prompt: type: String description: Optional...
Wait until something passed or `timeout` reached. This fails except `ignore_errors` set to `true`. ```yaml params: connect_timeout: default: 5 type: Int description: Maximum number of seconds to wait for a...