Start of zsh role, per-user section not yet implemented.
This commit is contained in:
8
ansible/roles/zsh/tasks/linux.yaml
Normal file
8
ansible/roles/zsh/tasks/linux.yaml
Normal 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
|
||||
Reference in New Issue
Block a user