Add kanshi for both FreeBSD and Linux.
This commit is contained in:
9
ansible/roles/kanshi/tasks/peruser_freebsd.yaml
Normal file
9
ansible/roles/kanshi/tasks/peruser_freebsd.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: Configure dotfiles (conf directory)
|
||||
copy:
|
||||
src: "files/sway_config_files/{{ item }}.conf"
|
||||
dest: "{{ account_homedir.stdout }}/.config/sway/config.d/{{ item }}.conf"
|
||||
mode: 0600
|
||||
owner: "{{ account_name.stdout }}"
|
||||
group: "{{ group_name.stdout }}"
|
||||
loop:
|
||||
- exec_kanshi
|
||||
Reference in New Issue
Block a user