Syntax description of a task

Hi,

Is it possible to describe tasks in one line as we can for a role ?

Role is defined in one line →
`

You could, although I find it much less readable to define on 1 line, by using pseudo json which YAML understands how to parse.

Basically:

  • {name: “Install launcher”, import_role: {name: launcher, tasks_from: install.yml}, tags: [install_launcher]}