7 lines
125 B
YAML
7 lines
125 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- debug:
|
||
|
msg: "{{ lookup('vars', 'inventory_hostname') }}"
|