From 88d2b1cd9f4bb9c2e207da58948a1dd43b98a7f8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Apr 2018 18:38:11 +0200 Subject: [PATCH] added workaround for ansible bug --- ansible/hosts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/hosts b/ansible/hosts index 05f89b9..b618973 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -16,7 +16,8 @@ ctf entrance galley.mgmt hacksch.mgmt -metrics.mgmt +## TODO: remove the variable once https://github.com/ansible/ansible/issues/39119 is fixed +metrics.mgmt localconfig_ssh_config_user=root r3home.mgmt tickets.mgmt vex @@ -37,3 +38,4 @@ wuerfel #[apu] #gnocchi1 #gnocchi2 + -- 1.7.10.4