update
This commit is contained in:
parent
003a22ca6e
commit
45076c5231
11 changed files with 230 additions and 61 deletions
8
ansible/roles/xremap/tasks/main.yaml
Normal file
8
ansible/roles/xremap/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- name: Generate xremap config
|
||||
shell: "python3 {{ home }}/.dots/scripts/generate_xremap_config.py"
|
||||
|
||||
- name: Setup xremap systemd
|
||||
ansible.builtin.systemd_service:
|
||||
name: xremap
|
||||
state: started
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue