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
|
||||
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}}"
|
||||
Loading…
Reference in a new issue