In a previous post we saw how to automate installation of different versions of ParaView and give each one its own icon and menu entry.
What if we want to add a new version without re-downloading all the previous ones ?
We need to:
- Find which versions we already have
- Store this information
- Skip steps for the ones we have
Although, these sound obvious it took quite some time to find the proper way to do it in ansible, hence this note.
[Read More]