monakhos/ansible/roles/xremap/tasks/main.yaml

9 lines
220 B
YAML
Raw Normal View History

2024-05-27 21:19:04 +00:00
- 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