workstation-setup/local.yml

14 lines
199 B
YAML
Raw Normal View History

2021-12-24 11:17:59 +01:00
---
- hosts: localhost
connection: local
become: true
tasks:
- name: Basic dev install
package:
name:
- git
- nodejs
- npm
- zsh
- vscode