From afaa2a6cd6a18fc7ba66ec5863238b8d09cba1c9 Mon Sep 17 00:00:00 2001
From: 3D <3d@n3rd3d.com>
Date: Wed, 22 Feb 2023 00:24:48 +0100
Subject: [PATCH] change motd hex

---
 functions     | 2 +-
 host_vars/hex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/functions b/functions
index e8a04941..900377e4 160000
--- a/functions
+++ b/functions
@@ -1 +1 @@
-Subproject commit e8a049414bca2b14b158444dac1b94c2ca90d9be
+Subproject commit 900377e4f72486f6699ecf736f96adfbc04e92da
diff --git a/host_vars/hex b/host_vars/hex
index 54ad8338..5ca98d3b 100644
--- a/host_vars/hex
+++ b/host_vars/hex
@@ -3,7 +3,7 @@
 
 motd_lines: 
   - "Hex - Physischer Server für Veranstaltungen / Camps"
-  - "IPs: {{ansible_bond0.ipv4.address}}"
+  - "IPs: {{ansible_vmbr0.ipv4.address}}"
 
 debian_sources: 
   - "deb http://deb.debian.org/debian/ bullseye main non-free contrib"
-- 
GitLab