Continued adding configs to the sway role.

This commit is contained in:
Tom Alexander
2022-10-17 22:17:26 -04:00
parent 079cabb547
commit ff9e438d90
13 changed files with 437 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
- name: Configure dotfiles (conf directory)
copy:
src: "files/{{ item }}.conf"
src: "files/sway_config_files/{{ item }}.conf"
dest: "{{ account_homedir.stdout }}/.config/sway/config.d/{{ item }}.conf"
mode: 0600
owner: "{{ account_name.stdout }}"