From a484ec67d2f65c2e65213c739e6666c5ee2ed45b Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 26 Aug 2022 17:39:55 +0100 Subject: [PATCH] ansible: update name for test CI server Update the name for the test CI server to reflect that it is running on Ubuntu 22.04 instead of giving the impression it is running on Ubuntu 14.04. --- ansible/inventory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 567976bb1..e4ba253c5 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -10,11 +10,11 @@ hosts: - infra: - digitalocean: - ubuntu1404-x64-1: {ip: 107.170.240.62, alias: ci} ubuntu1604-x64-1: {ip: 138.197.224.240, alias: www} ubuntu1804-x64-1: {ip: 178.128.202.158, alias: gzemnid} ubuntu1804-x64-2: {ip: 45.55.45.227, alias: unofficial-builds} ubuntu1804-x64-3: {ip: 157.245.7.159, alias: metrics} + ubuntu2204-x64-1: {ip: 107.170.240.62, alias: ci} - ibm: ubuntu1804-x64-1: {ip: 169.45.166.50, alias: ci-release}