dotfiles/ansible/devpod.yml

10 lines
120 B
YAML
Raw Normal View History

2025-04-06 20:32:46 -05:00
- hosts: localhost
connection: local
become: true
vars:
DEVPOD: true
roles:
- packages
- customize