Add base config file
This commit is contained in:
parent
5fd1cee05b
commit
b451b37cd2
2 changed files with 7 additions and 0 deletions
1
files/config
Normal file
1
files/config
Normal file
|
@ -0,0 +1 @@
|
|||
Include ~/.config/sway/conf.d/*.config
|
|
@ -20,6 +20,12 @@
|
|||
owner: '{{ ansible_user_uid }}'
|
||||
group: '{{ ansible_user_gid }}'
|
||||
|
||||
- name: Copy base config file
|
||||
ansible.builtin.copy:
|
||||
src: 'config'
|
||||
dest: '{{ ansible_user_dir }}/.config/sway/'
|
||||
mode: 0640
|
||||
|
||||
- name: Render templates for sway config files
|
||||
ansible.builtin.template:
|
||||
src: '{{ item }}.config.j2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue