-
Notifications
You must be signed in to change notification settings - Fork 22
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
Make idempotent install command Ubuntu compatible #4
Comments
@PeterMosmans - I'll try it out later today when I get the chance. |
Started testing this but running into some issues with testing on my MBP. I'll get back to you soon. I did notice that aptitude is required to build the list of installed packages. While testing on Ubuntu's public Vagrant boxes, I noticed the latest trusty64 box has aptitude, but the xenial64 box doesn't for some reason... You may want to note that as a dependency in the meantime. Also, I'm a CentOS user so I'm hoping it will be supported for this role in the future :) -Isaac |
Seems to not work at least with latest ansible :
|
Hi @fredleger - thanks for your feedback. As you can see ⬆️ I recently changed some stuff which unfortunately breaks on Ubuntu. Watch this space, as this will be fixed soon (in the meanwhile, you could use the previous version or use Debian) |
Another report (i'm doing much testing on ubuntu this time). Sometimes it can lead to unpredictable packages uninstalls :
I think it can have a link to packages marked as installed automatically but not sure about that |
Hi @fredleger - thanks for the reports, keep 'em coming 😉 On a side note - I will be adding Ubuntu and CentOS to the Travis tests in the near future, so that not only Debian is properly CI tested. Thanks once again, Peter |
Hi @ijkim88 - in the latest version I added a check that makes sure that all 'extra' installed packages necessary for compiling are removed. I'm not sure if it's Ubuntu complaint.
If you have the time, could you check whether this works on Ubuntu ? The Travis CI currently only checks Debian installs. Thanks!
Peter
The text was updated successfully, but these errors were encountered: