From afc6aab3497d086ee8c7f00db0336a17212c56c9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 10 Jul 2026 19:29:13 +0200 Subject: Fix ansible-distro-install The ansible-distro-install depends on using chroot as the connection `Failed to connect to the host via ssh: ssh: Could not resolve hostname /mnt: Name or service not known` moving the ansible_connection variable into the all group, overrides the connection automatically created for the inventory in the ansible-distro-install repo, causing the configure playbook to fail This reverts this change and define the connection on the inventory level --- group_vars/all.yml | Bin 50 -> 26 bytes group_vars/all.yml.example | 1 - 2 files changed, 1 deletion(-) (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index 8109283b..20f84e62 100644 Binary files a/group_vars/all.yml and b/group_vars/all.yml differ diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index c612e689..ed97d539 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -1,2 +1 @@ --- -ansible_connection: ssh -- cgit v1.2.3