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.
|
---
|
|
- name: Retrieve and parse the contents of /etc/os-release
|
|
ansible.netcommon.cli_parse:
|
|
command: cat /etc/os-release
|
|
parser:
|
|
name: ansible.netcommon.native
|
|
os: linux
|
|
command: cat os-release
|
|
set_fact: os_release
|
|
|