m4rcu5nl / ansible-role-zerotier

Ansible role to install Zerotier-One and join a Zerotier network
GNU General Public License v3.0
77 stars 50 forks source link

Update package manager cache before install #22

Closed PercyJax closed 5 years ago

PercyJax commented 5 years ago

As it currently stands, after the repo is added, apt-get update (or equivalent) is not performed, and zerotier-one install fails.

m4rcu5nl commented 5 years ago

Interesting. The install hasn't failed in any of my tests before. Nevertheless, it's good practice to update cache after adding a repo. Thanks for the patch.