9 lines
128 B
YAML
9 lines
128 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
roles:
|
||
|
- role: zsh_chic
|
||
|
vars:
|
||
|
zsh_chic_arch: armhf
|
||
|
zsh_chic:
|
||
|
users: "{{ default_user }}"
|