8 lines
246 B
YAML
8 lines
246 B
YAML
|
---
|
||
|
# handlers file for fusioninventory-agent
|
||
|
- name: restart fusioninventory-agent service
|
||
|
service:
|
||
|
name: '{{ fusioninventory__agent_service_name }}'
|
||
|
state: "restarted"
|
||
|
enabled: '{{ fusioninventory__agent_service_manage | bool }}'
|