9 lines
182 B
YAML
9 lines
182 B
YAML
- hosts: localhost
|
|
roles:
|
|
- base
|
|
- role: gantsign.oh-my-zsh
|
|
users:
|
|
- username: '{{ primary_user }}'
|
|
- nvim
|
|
vars_files: ~/projects/ansible_vars/vars.yml
|