Start of zsh role, per-user section not yet implemented.

This commit is contained in:
Tom Alexander
2022-10-11 20:21:38 -04:00
parent b1532c38cc
commit d51770a4b4
9 changed files with 70 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
- include: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'
- include: tasks/linux.yaml
when: 'os_flavor == "linux"'