From a755920fcfb8173ad34052f8d88b2532b787dd91 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Wed, 13 May 2026 22:18:00 +0200 Subject: [PATCH] Restore minimal nymph host_vars for Void/i3 hostname was undefined after nymph.yml was deleted with the Arch path, causing the profile_desktop_host include_tasks condition to fail. Co-Authored-By: Claude Sonnet 4.6 --- ansible/inventory/host_vars/nymph.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ansible/inventory/host_vars/nymph.yml diff --git a/ansible/inventory/host_vars/nymph.yml b/ansible/inventory/host_vars/nymph.yml new file mode 100644 index 0000000..dcf5d80 --- /dev/null +++ b/ansible/inventory/host_vars/nymph.yml @@ -0,0 +1,8 @@ +--- +hostname: nymph + +desktop_sessions_enabled: + - i3 + +desktop_default_session: i3 +desktop_default_session_env: xorg