Start of zsh role, per-user section not yet implemented.
This commit is contained in:
17
ansible/roles/zsh/tasks/freebsd.yaml
Normal file
17
ansible/roles/zsh/tasks/freebsd.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
- name: Install packages
|
||||
package:
|
||||
name:
|
||||
- zsh
|
||||
- sqlite3
|
||||
- git
|
||||
- py39-jmespath # Needed on machine running ansible for json_query
|
||||
state: present
|
||||
|
||||
- include_tasks:
|
||||
file: tasks/peruser.yaml
|
||||
apply:
|
||||
become: yes
|
||||
become_user: "{{ initialize_user }}"
|
||||
loop: "{{ users | dict2items | community.general.json_query('[?value.initialize==`true`].key') }}"
|
||||
loop_control:
|
||||
loop_var: initialize_user
|
||||
Reference in New Issue
Block a user