7 lines
125 B
YAML
7 lines
125 B
YAML
|
---
|
||
|
# Restart mxisd when configuration changes
|
||
|
- name: Restart mxisd service
|
||
|
service:
|
||
|
name: mxisd
|
||
|
state: restarted
|