Service was not enabled on install

This commit is contained in:
Yorick Barbanneau 2023-04-16 22:38:00 +02:00
parent a51226cc78
commit f3ef615090

View file

@ -37,7 +37,8 @@
daemon-reload: true daemon-reload: true
- name: Activate Kanshi service - name: Activate Kanshi service
ansible.builtin.systemd: ansible.builtin.systemd:
name: 'kanshi.service' name: 'kanshi.service'
scope: user scope: user
state: started state: started
enabled: true
when: service_file is changed and not ansible_check_mode when: service_file is changed and not ansible_check_mode