From daf29565a3cdb823dd0a2d4b3be34109744f3005 Mon Sep 17 00:00:00 2001 From: Raphael Werner Date: Tue, 25 Feb 2025 13:24:42 +0100 Subject: [PATCH] test --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b9c7089..d41c333 100644 --- a/install.sh +++ b/install.sh @@ -9,6 +9,7 @@ - name: Distribution set_fact: distribution: "{{ ansible_distribution }}" + hostname: "{{ ansible_hostname }}" # - set_fact: # eff_uid_number: "{{ lookup('pipe', 'id -u') }}" # - block: @@ -19,4 +20,4 @@ tasks: - ansible.builtin.debug: - msg: "{{distribution}}" \ No newline at end of file + msg: "{{distribution}}{{hostname}}" \ No newline at end of file