Basic playbook misconception

tasks are a YAML list so you need:

  • action
  • action
  • action

" - " is to signify each action, name is optional and actions cannot be stacked within a name

Ah, I see. Thank you, much appreciated!