test
This commit is contained in:
parent
a54e528f25
commit
daf29565a3
1 changed files with 2 additions and 1 deletions
|
|
@ -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}}"
|
||||||
Loading…
Reference in a new issue