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