aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml
blob: 01849fd92ef5ceed1c5b50fb9aa34d9fd54447bc (plain)
1
2
3
4
5
6
7
8
9
---
# file roles/jenkins_job_health_exporter/handlers/main.yaml

- name: Restart Jenkins Job Health Exporter
  ansible.builtin.systemd:
    daemon_reload: true
    enabled: true
    name: "jenkins-job-health-exporter"
    state: "{{ jenkins_job_health_exporter_restart_handler_state }}"