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,8 @@
- name: Install packages
package:
name:
- zsh
- sqlite
- git
- python-jmespath # Needed on machine running ansible for json_query
state: present