From c4ecedf6cb82a4d68035237add6af5f611d36a47 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 19 Dec 2022 09:32:31 +0000 Subject: fix(ansible): Jenkins Job Exporter Signed-off-by: pmikus Change-Id: Ia6459b777dc8e74f00f561f510916526af3270c5 --- .../roles/jenkins_job_health_exporter/tasks/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks') diff --git a/fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks/main.yaml b/fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks/main.yaml index 55cbea92de..efdc26a6d2 100644 --- a/fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks/main.yaml +++ b/fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks/main.yaml @@ -9,7 +9,7 @@ group: "root" mode: "0644" when: - - ansible_hostname == "s16-nomad" + - ansible_hostname == "s22-nomad" tags: - conf-jenkins-job-json @@ -19,7 +19,7 @@ dest: "{{ jenkins_job_health_exporter_target_dir }}/jenkins-job-health-exporter" mode: "0755" when: - - ansible_hostname == "s16-nomad" + - ansible_hostname == "s22-nomad" tags: - inst-jenkins-job-binary @@ -31,7 +31,7 @@ group: "root" mode: "0644" when: - - ansible_hostname == "s16-nomad" + - ansible_hostname == "s22-nomad" notify: - "Restart Jenkins Job Health Exporter" tags: -- cgit