hi Emilien!
On Wed, 26 Apr 2017, Emilien Mantel wrote:
> Ansible parses /etc/os-release (see: https://github.com/ansible/ansible/blob/5bbf0d9cb679d803072535b9c1d9e0db680633ac/lib/ansible/module_utils/facts.py)
>
>
> Should we update this file?
yes indeed, for multiple reasons. It is now:
PRETTY_NAME="Devuan GNU/Linux 1 (jessie)"
NAME="Devuan GNU/Linux"
VERSION_ID="1"
VERSION="1 (jessie)"
ID=devuan
HOME_URL="
http://www.devuan.org/"
SUPPORT_URL="
http://www.devuan.org/support/"
BUG_REPORT_URL="
https://bugs.devuan.org/"
but really it should have:
1- https links
2- a better support link (or we should write up the support page)
3- whatever else it takes to be parsed correctly by ansible (?)
> Are you OK with that?
yes! are you intentioned to correct the base-files package?
come over on IRC #devuan-dev if you need more interactive guidance!
ciao