- 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