From 0d23964ae479cfb972b926721f3d91e2c7d5355a Mon Sep 17 00:00:00 2001
From: norbey <ngyimesi@sch.bme.hu>
Date: Thu, 16 Mar 2023 13:03:38 +0100
Subject: [PATCH] Fixed inventory syntax

---
 inventory.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inventory.yml b/inventory.yml
index 58c31d9..d09d71e 100644
--- a/inventory.yml
+++ b/inventory.yml
@@ -10,6 +10,7 @@ all:
       ansible_connection: network_cli
       ansible_ssh_host: 152.66.209.61
       ansible_ssh_private_key_file: /home/norbey/.ssh/keys.d/kszk-vsalgo.key
+  children:
     vms:
       hosts:
         "[1:33].kepzes23": {}
-- 
GitLab