to get my feet wet with ansible I wrote a small module that handles the
update-alternative command
(http://www.debian-administration.org/articles/91) on Debian/Ubuntu systems.
It is about setting the default application for awk (gwak|nawk|mawk) or
x-browser and stuff like that. Even handling of diffrent java installations
is possible.
It's small and simple but "works for me"(tm). You can have a look here:
Just today, I had a need for this module on Ubuntu, and I was very happy to discover that it existed already. I’ve tested it out, and it works for me as well. Could you contribute this to the upstream ansible project?
Hi,
Was there any progress on bringing this module into ansible core? If not, is there anything I can do to help? (I’d like to use the module and would rather not copy/paste)