You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
243 B
YAML

---
- name: Retrieve and parse the contents of /etc/os-release
ansible.utils.cli_parse:
command: cat /etc/os-release
parser:
name: ansible.netcommon.native
os: linux
command: cat os-release
set_fact: os_release