This commit is contained in:
Raphael Werner 2025-02-25 13:24:42 +01:00
parent a54e528f25
commit daf29565a3

View file

@ -9,6 +9,7 @@
- name: Distribution - name: Distribution
set_fact: set_fact:
distribution: "{{ ansible_distribution }}" distribution: "{{ ansible_distribution }}"
hostname: "{{ ansible_hostname }}"
# - set_fact: # - set_fact:
# eff_uid_number: "{{ lookup('pipe', 'id -u') }}" # eff_uid_number: "{{ lookup('pipe', 'id -u') }}"
# - block: # - block:
@ -19,4 +20,4 @@
tasks: tasks:
- ansible.builtin.debug: - ansible.builtin.debug:
msg: "{{distribution}}" msg: "{{distribution}}{{hostname}}"