aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml')
-rw-r--r--fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml b/fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml
deleted file mode 100644
index 01849fd92e..0000000000
--- a/fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-# 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 }}"