Update os/os-release.yml
This commit is contained in:
parent
9a39cd5d78
commit
b6402bfacf
|
@ -7,5 +7,4 @@
|
|||
- name: Mostrar la versión de Debian
|
||||
when: ansible_distribution == 'Debian'
|
||||
debug:
|
||||
msg: "La versión de Ubuntu en {{ inventory_hostname }} es {{ ansible_distribution_release }} V. {{ ansible_distribution_version }}"
|
||||
|
||||
msg: "El sistema operativo en {{ inventory_hostname }} es {{ ansible_facts['ansible_distribution'] }} {{ ansible_facts['ansible_distribution_version'] }}"
|
||||
|
|
Loading…
Reference in New Issue