From 46640b0069eeb872ad217879b2561d85a31ee794 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 11 Jan 2016 12:10:22 -0500 Subject: [PATCH] prefix the ip address so that mita can use the UUID properly Signed-off-by: Alfredo Deza --- ansible/slave.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index e4e24078..a0efc033 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -135,7 +135,7 @@ # relies on a convention to set a unique name that allows a reverse # mapping from Jenkins back to whatever service created the current # node - name: "{{ nodename }}+{{ ansible_default_ipv4.address }}" + name: "{{ ansible_default_ipv4.address }}+{{ nodename }}" labels: "{{ labels }}" host: "{{ ansible_default_ipv4.address }}" credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d' -- 2.39.5