Update os/os-release.yml

This commit is contained in:
David Lopez 2023-07-26 17:21:49 +00:00
parent f7960e892a
commit c7b5ee2ee4
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- hosts: "{{ host }}"
gather_facts: False
tasks:
- name: Check Dist Version
shell: cat /etc/os-release
register: response
- debug: msg="{{ response.stdout }}"