Results 66 issues of pando85

Optional field for task that allow repeat a task until threshold or true.

area/task

Check `rash` valid syntax and good practices.

area/core

Make log format configurable per environment variable or command line option.

enhancement
area/core

Optional field for task that allow inject environment variables.

area/task

Module to ensure lines are or not in files. Params: - path - regexp - line - state Output: TBD

area/module

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:...

area/group

Extend Jinja2 with a lookup that return a list of paths from a pattern.

area/lookup

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...

area/module

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...

area/module

Read value from file or create if not exists.

area/lookup