From d219112703b2d46207e1043a7187a96c7bb73aa2 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 11 Jan 2016 12:11:16 -0500 Subject: [PATCH] prefix the ip address so that mita can use the UUID properly on the slave.yml file Signed-off-by: Alfredo Deza --- ansible/slave.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/slave.yml b/ansible/slave.yml index 4e64095d..3447c3cf 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -99,7 +99,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.47.3