andrewrothstein / ansible-anaconda

Ansible role for installing Anaconda
MIT License
47 stars 42 forks source link

Make curl removal idempotent #2

Closed gr8routdoors closed 8 years ago

gr8routdoors commented 8 years ago

Added a removes check for the python library to avoid failing when re-running, as conda curl has already been removed.

andrewrothstein commented 8 years ago

I published the updated role as v1.0.6 on the galaxy. Thanks for the contribution!