This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
|
---
|
|
# handlers file for fusioninventory-agent
|
|
- name: restart fusioninventory-agent service
|
|
service:
|
|
name: '{{ fusioninventory__agent_service_name }}'
|
|
state: "restarted"
|
|
enabled: '{{ fusioninventory__agent_service_manage | bool }}'
|