-
Notifications
You must be signed in to change notification settings - Fork 108
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
Added support for Debian doesn't work for Ubuntu #65
Comments
I can confirm this behaviour. With this little changes it seems to work:
|
+1
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @bertvv in #43 (comment)
@bertvv Just wanted to note here that the added Debian support does not apply to Ubuntu as well. It is acting specifically on the
ansible_distribution
variable, which would be Ubuntu in this case.This could be solved by using the
ansible_os_family
var instead, which in the case of Ubuntu, will return Debian.I don't know how this would affect scenarios on other distros, but if I end up using this role, I'll try to submit a PR.
Thank you for your efforts!
The text was updated successfully, but these errors were encountered: