ansible-development-environ.../roles/robertdebock.investigate/handlers/main.yml

9 lines
217 B
YAML

---
# handlers file for investigate
- name: restart investigate
service:
name: "{{ investigate_service }}"
state: restarted
when:
- ansible_virtualization_type != "docker" or investigate_ignore_docker