8 lines
99 B
YAML
8 lines
99 B
YAML
- hosts: localhost
|
|
|
|
tasks:
|
|
- name: Lista hela hostvars
|
|
debug:
|
|
msg: "{{ hostvars }}"
|
|
|