Start of zsh role, per-user section not yet implemented.
This commit is contained in:
5
ansible/roles/zsh/tasks/main.yaml
Normal file
5
ansible/roles/zsh/tasks/main.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- include: tasks/freebsd.yaml
|
||||
when: 'os_flavor == "freebsd"'
|
||||
|
||||
- include: tasks/linux.yaml
|
||||
when: 'os_flavor == "linux"'
|
||||
Reference in New Issue
Block a user