From f45d347df777a7923fbfa6c320d6f42dcc35ab9f Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 18:21:10 +0200 Subject: [PATCH] Fixed sub group (forgot to adjust it) --- inventory/hosts.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index b62b98d..1f61f14 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -28,6 +28,5 @@ proxmox-backup ansible_host=10.0.0.201 # This is a group of groups. It includes all Ubuntu based systems. [ubuntu:children] docker -raspberry-pi -lxc -oracle-arm \ No newline at end of file +ubuntu_servers +lxc \ No newline at end of file