mirror of
https://github.com/KevinMidboe/schleppe-pulumi.git
synced 2026-01-20 16:26:01 +00:00
7 lines
306 B
YAML
7 lines
306 B
YAML
- hosts: all
|
|
tasks:
|
|
- debug:
|
|
msg:
|
|
- "ansible_distribution {{ hostvars[inventory_hostname].ansible_distribution }}"
|
|
- "major version {{ hostvars[inventory_hostname].ansible_distribution_major_version }}"
|
|
- "version {{ hostvars[inventory_hostname].ansible_distribution_version }}" |