From 43c538c2006c364d42e05324ab13e8b0d3934761 Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Mon, 26 Oct 2020 13:35:38 +0100 Subject: [PATCH] Remove bad spaces. --- ansible/hosts.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/hosts.cfg b/ansible/hosts.cfg index f09e2d64f..7fca88a37 100644 --- a/ansible/hosts.cfg +++ b/ansible/hosts.cfg @@ -1,2 +1,2 @@ [gitlab_ci_deploy_targets] -phoenix.hlr.rz.tu-bs.de ansible_ssh_private_key_file=./private_key host_key_checking = False +phoenix.hlr.rz.tu-bs.de ansible_ssh_private_key_file=./private_key host_key_checking=False -- GitLab