Update os/os-release.yml
This commit is contained in:
parent
2615679635
commit
5c8d48a65d
|
@ -5,6 +5,7 @@
|
|||
|
||||
tasks:
|
||||
- name: Mostrar la versión de Debian
|
||||
when: ansible_distribution == 'Debian'
|
||||
debug:
|
||||
msg: "El sistema operativo en {{ inventory_hostname }} es {{ ansible_distribution }} {{ ansible_distribution_version }}"
|
||||
#msg: "El sistema operativo en {{ inventory_hostname }} es {{ ansible_distribution }} {{ ansible_distribution_version }}"
|
||||
msg: "El pretty name de {{ ansible_facts['ansible_distribution'] }} {{ ansible_facts['ansible_distribution_version'] }} es {{ ansible_facts['ansible_lsb']['description'] }}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue