aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2022-07-08 07:55:08 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2022-07-08 08:20:55 +0000
commit95fb2af4db9defbcb60bcd7d321dbd2ce277eac6 (patch)
tree1c9f1674548ae0104b2e7b4a9fc082a4ca537795 /fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml
parentba25ef9fb58418e85d0eb34a183d6d9c2323886e (diff)
feat(ansible): Migrate Ubuntu Jammy III.
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I0e2d2efbb4e4c9ab9d66198eb15bc9e49fb06eb6
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.yaml2
1 files changed, 1 insertions, 1 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
index 29fee98fed..01849fd92e 100644
--- a/fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml
+++ b/fdio.infra.ansible/roles/jenkins_job_health_exporter/handlers/main.yaml
@@ -2,7 +2,7 @@
# file roles/jenkins_job_health_exporter/handlers/main.yaml
- name: Restart Jenkins Job Health Exporter
- systemd:
+ ansible.builtin.systemd:
daemon_reload: true
enabled: true
name: "jenkins-job-health-exporter"