From ea3dcd28e546f5fa7c02c65f5cd8e7ca2e6f497d Mon Sep 17 00:00:00 2001 From: Paul Maruhn <paulmaruhn@posteo.de> Date: Tue, 29 Dec 2020 03:34:51 +0100 Subject: [PATCH] fix stupid mistake (after deployment) --- hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts.yml b/hosts.yml index 8f82c2f..933b3ee 100644 --- a/hosts.yml +++ b/hosts.yml @@ -7,7 +7,7 @@ gateways: holstentor: ansible_ssh_host: holstentor.mesh.ffhl.chaotikum.org muehlentor: - ansible_ssh_host: holstentor.mesh.ffhl.chaotikum.org + ansible_ssh_host: muehlentor.mesh.ffhl.chaotikum.org vars: ansible_python_interpreter: /usr/bin/env python3 ansible_ssh_user: root -- GitLab