2
0
Fork 0
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.
ansible.fusioninventory/handlers/main.yml

8 lines
246 B
YAML
Raw Permalink Normal View History

2018-09-10 14:55:42 +02:00
---
# handlers file for fusioninventory-agent
- name: restart fusioninventory-agent service
service:
name: '{{ fusioninventory__agent_service_name }}'
state: "restarted"
enabled: '{{ fusioninventory__agent_service_manage | bool }}'