forked from bitlair/ansible
services/spacestated: Ensure the service is enabled
This commit is contained in:
parent
8f02606c7b
commit
a4b900fb7c
1 changed files with 7 additions and 0 deletions
|
@ -28,3 +28,10 @@
|
|||
group: root
|
||||
mode: 0644
|
||||
notify: restart spacestated
|
||||
|
||||
- name: Start spacestated
|
||||
systemd:
|
||||
name: spacestated
|
||||
state: started
|
||||
enabled: yes
|
||||
daemon_reload: true
|
||||
|
|
Loading…
Add table
Reference in a new issue