Add sxhkd

This commit is contained in:
Mike Wilson
2025-06-29 09:53:48 -04:00
parent e3d1957341
commit db293c606a
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
- name: Install package
ansible.builtin.package:
name: "{{ role_name }}"
state: present
become: true
- name: Install config file
ansible.builtin.copy:
src: sxhkdrc
dest: "/home/{{ username }}/.config/sxhkd"