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
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}}"
msg: "{{distribution}}{{hostname}}"