workstation-setup/local.yml

14 lines
199 B
YAML

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