Service was not enabled on install
This commit is contained in:
parent
a51226cc78
commit
f3ef615090
1 changed files with 4 additions and 3 deletions
|
@ -37,7 +37,8 @@
|
|||
daemon-reload: true
|
||||
- name: Activate Kanshi service
|
||||
ansible.builtin.systemd:
|
||||
name: 'kanshi.service'
|
||||
scope: user
|
||||
state: started
|
||||
name: 'kanshi.service'
|
||||
scope: user
|
||||
state: started
|
||||
enabled: true
|
||||
when: service_file is changed and not ansible_check_mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue