From fb2423f2a87c888c09f3e2f4a3fecfb6d59546ec Mon Sep 17 00:00:00 2001 From: Gary Date: Sun, 9 Jan 2022 20:50:32 +0000 Subject: [PATCH] Updated tempalte and variable --- inv.yml | 2 +- template/openbox-autostart.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inv.yml b/inv.yml index d457b5f..c0f9919 100644 --- a/inv.yml +++ b/inv.yml @@ -1,6 +1,6 @@ all: vars: - nocweburl: https://www.example.com/screen/ + nocweburl: https://www.example.com/screen/?hostname=$(hostname -s) ansible_user: pi children: prod: diff --git a/template/openbox-autostart.j2 b/template/openbox-autostart.j2 index 94978d2..cb1627b 100644 --- a/template/openbox-autostart.j2 +++ b/template/openbox-autostart.j2 @@ -9,6 +9,6 @@ chromium-browser \ --disable-suggestions-service \ --disable-save-password-bubble \ --start-maximized \ - --kiosk --app="{{ nocweburl }}?hostname=$(hostname -s)" & + --kiosk --app="{{ nocweburl }}" & # Unclutter unclutter -idle 0 &