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.
shnee bcdfc914db Added GitHub actions. Added missing template.
- Added a Github actions ci file.
- Added a template that was accidentally left out. This template is
  required for the cli_parse module to work.
4 years ago
.github/workflows Added GitHub actions. Added missing template. 4 years ago
meta Added role_name to meta. 4 years ago
molecule/default Added GitHub actions. Added missing template. 4 years ago
tasks Added GitHub actions. Added missing template. 4 years ago
templates Added GitHub actions. Added missing template. 4 years ago
.gitignore Updated LICENSE and added .gitignore. 4 years ago
.yamllint Trvial molecule test runs. 4 years ago
LICENSE Updated LICENSE and added .gitignore. 4 years ago
README.md Tests run on centos 8. 4 years ago

README.md

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