From 7c147974d015a97798ec436dd15fbf43f8828510 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Tue, 11 Feb 2025 17:02:38 +0000
Subject: [PATCH] ENVRI-Hub: typo in the inventory

---
 envri-hub/inventory/99-all.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/envri-hub/inventory/99-all.yaml b/envri-hub/inventory/99-all.yaml
index 61a698e..5a112e0 100644
--- a/envri-hub/inventory/99-all.yaml
+++ b/envri-hub/inventory/99-all.yaml
@@ -14,7 +14,7 @@ all:
     ansible_ssh_common_args: >-
       -o ProxyCommand="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -W %h:%p -q ubuntu@admin.envri-vre.cloud.cesnet.cz"
       -o StrictHostKeyChecking=no
-      -o UserKnownHostsFile=/dev/null'
+      -o UserKnownHostsFile=/dev/null
 
     site_name: envri-hub
     vault_mount_point: secrets/users/e1662e20-e34b-468c-b0ce-d899bc878364@egi.eu/envri-hub
-- 
GitLab