Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Linux Mint (or Hack Suggestion?) #24

Closed
jamiejackson opened this issue Nov 22, 2017 · 4 comments
Closed

Support for Linux Mint (or Hack Suggestion?) #24

jamiejackson opened this issue Nov 22, 2017 · 4 comments
Labels

Comments

@jamiejackson
Copy link
Contributor

There's one machine I'm targeting which is running Linux Mint:

"ansible_distribution": "Linux Mint",
"ansible_distribution_file_parsed": true,
"ansible_distribution_file_path": "/etc/os-release",
"ansible_distribution_file_variety": "NA",
"ansible_distribution_major_version": "18",
"ansible_distribution_release": "serena",
"ansible_distribution_version": "18.1",

I hacked up the role locally to get it to work (it's the same as Ubuntu 16.04), but I'm wondering if there's a way to override these facts, for a given host, to fool the role into thinking it's Ubuntu 16.04. Do you happen to know?

Otherwise, the role itself could support Linux Mint, but I'm not sure how much effort this project would want to put into supporting more obscure distros.

@haxorof
Copy link
Owner

haxorof commented Nov 22, 2017

So Docker works on Linux Mint even though Docker does not support it according to their matrix? If it is similar to Ubuntu 16.04 I can see what can be done

@jamiejackson
Copy link
Contributor Author

Well, empirically, it seems to work, but since it's not in the matrix, it might not make sense to give it first-class treatment.

FWIW, here's a Mint/Ubuntu version mapping: https://en.wikipedia.org/wiki/Linux_Mint_version_history

haxorof added a commit that referenced this issue Nov 26, 2017
@haxorof
Copy link
Owner

haxorof commented Nov 26, 2017

@jamiejackson : I have done a commit to support Linux Mint 18. Can you verify that it works for you?

@haxorof haxorof added the add label Nov 26, 2017
@haxorof haxorof closed this as completed Dec 8, 2017
@jamiejackson
Copy link
Contributor Author

Works, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants