summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2018-12-24 08:56:18 -0600
committerBenjamin Copeland <ben.copeland@linaro.org>2018-12-27 10:34:04 +0000
commitfe85dc4aa691d93500dfefcb2b004be06f7608ee (patch)
tree1db3df6cf9a0fc741a584feedb587b0deab486ff
parent1a279de37366350cc13c8423a8415c7bfa8a15bb (diff)
DockerTcwgProxy: correct typo in a hostname
This change fixes a typo in the hosts entry for tcwg-apm-03 (s/tcwglag/tcwglab/). Change-Id: I88dddcd69ced9761131f3d0c5f6c03d9f523eafb Reviewed-on: https://review.linaro.org/29616 Reviewed-by: Benjamin Copeland <ben.copeland@linaro.org>
-rw-r--r--roles/docker-tcwg-proxy/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker-tcwg-proxy/tasks/main.yml b/roles/docker-tcwg-proxy/tasks/main.yml
index b3e12690..ba0dc42f 100644
--- a/roles/docker-tcwg-proxy/tasks/main.yml
+++ b/roles/docker-tcwg-proxy/tasks/main.yml
@@ -27,7 +27,7 @@
"tcwg-x86_64-build-08.tcwglab build-08.tcwglab":"192.168.16.12",
"tcwg-apm-01.tcwglab":"192.168.16.20",
"tcwg-apm-02.tcwglab":"192.168.16.21",
- "tcwg-apm-03.tcwglag test-armv8-01.tcwglab":"192.168.16.24",
+ "tcwg-apm-03.tcwglab test-armv8-01.tcwglab":"192.168.16.24",
"tcwg-apm-04.tcwglab test-armv8-02.tcwglab":"192.168.16.25",
"tcwg-juno-01.tcwglab":"192.168.16.51",
"tcwg-x86_64-dev-01.tcwglab dev-01.tcwglab":"192.168.17.10",