workstation-setup/local.yml

15 lines
220 B
YAML

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