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.
17 lines
548 B
Markdown
17 lines
548 B
Markdown
os_release: Ansible Role
|
|
================================================================================
|
|
|
|
Grabs and parses the contents of /etc/os-release.
|
|
|
|
This file holds additional information that may not be provided by the setup
|
|
module. For example, if we wanted to know whether or not a host has Manjaro
|
|
installed, it is not easy to figure this out from the setup module. The setup
|
|
module produces `ansible_distribution=Archlinux` while this role produces
|
|
`os_release.ID=manjaro`.
|
|
|
|
License
|
|
----------------------------------------
|
|
|
|
GPL-3.0
|
|
|