9 lines
128 B
YAML
9 lines
128 B
YAML
- name: Extract test
|
|
hosts: localhost
|
|
|
|
tasks:
|
|
- name: Lista värdnamnen
|
|
debug:
|
|
msg: "{{ groups['ankeborg'] }}"
|
|
|