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