fubarhouse / ansible-role-golang

Installs the Go programming language and packages on Mac & Linux (Ubuntu, CentOS)
MIT License
105 stars 32 forks source link

Allow the ability to scrap packages prior to installation. #24

Closed fubarhouse closed 7 years ago

fubarhouse commented 7 years ago

go_reget: true

Something which performs the function listed above will purge out the contents of:

This will ensure a package is guaranteed to be re-fetched each time a play will run, which will get around an underlying problem I intend on investigating properly at a later date.