From ccdbb950d12235ea75d07a428fadd62969af0de3 Mon Sep 17 00:00:00 2001
From: Marco Ochse <t3chn0m4g3@users.noreply.github.com>
Date: Wed, 5 Jul 2023 23:16:15 +0200
Subject: [PATCH] fix typo

---
 installer/install/tpot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml
index 4ab62a3a..91e9dcf2 100644
--- a/installer/install/tpot.yml
+++ b/installer/install/tpot.yml
@@ -83,7 +83,7 @@
 
     - name: Check if running as tpot (All)
       assert:
-        that: ansible_user != 'tpot'
+        that: ansible_user_id != 'tpot'
         fail_msg: "Reserved username `tpot` detected."
         success_msg: "Running as user: {{ ansible_user_id }}."