16 lines
204 B
YAML
16 lines
204 B
YAML
---
|
|
# Shell (zsh)
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventory/hosts tasks/shell.zsh.yml
|
|
#
|
|
# Prepare:
|
|
# See readme.md and init your workspace
|
|
- name: Setup Shell (zsh)
|
|
hosts: all
|
|
|
|
vars:
|
|
|
|
roles:
|
|
|
|
- zsh |