X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.ansible%2Froles%2Fjenkins_job_health_exporter%2Ftasks%2Fmain.yaml;fp=fdio.infra.ansible%2Froles%2Fjenkins_job_health_exporter%2Ftasks%2Fmain.yaml;h=efdc26a6d2f4849e3c7ae31940821947fba149c7;hb=c4ecedf6cb82a4d68035237add6af5f611d36a47;hp=55cbea92de55c5dd2ef52960d9b590852ff28c14;hpb=d4464a39149e2d71e625e46dee70678980ad164a;p=csit.git 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: