--- - hosts: localhost connection: local become: true tasks: - name: Basic dev install package: name: - git - nodejs - npm - typescript - zsh - vscode