Possible fix for #26
If ansible_distribution is Ubuntu the role will check if there is a dedicated repo matching the ansible_distribution_release. If this is not the case but the ansible_distribution_major_version is 18, the repo for the bionic release will be used.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
# vars file for ansible-role-zerotier
|
||||
zerotier_download_base_url: http://download.zerotier.com
|
||||
zerotier_deb_release_repo: "{{ ansible_facts['distribution_release'] }}"
|
||||
zerotier_gpg_url: https://download.zerotier.com/contact@zerotier.com.gpg
|
||||
|
||||
Reference in New Issue
Block a user