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