Remove hardcoding of username

This commit is contained in:
Mike Wilson
2025-09-25 18:43:04 -04:00
parent 1dd24afb8f
commit cb61fd4b00
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@
- name: Install config file
ansible.builtin.copy:
src: sxhkdrc
dest: "/home/{{ username }}/.config/sxhkd"
dest: "~/.config/sxhkd"