Update os/os-release.yml

This commit is contained in:
David Lopez 2023-07-26 19:53:33 +00:00
parent 9a39cd5d78
commit b6402bfacf
1 changed files with 1 additions and 2 deletions

View File

@ -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'] }}"