dotfiles/ansible/local.yml

8 lines
115 B
YAML

- hosts: localhost
connection: local
become: true
# vars_prompt:
roles:
- packages
- customize