tkurki / marinepi-provisioning

Ansible provisioning scripts to set up a Raspberry Pi for marine use
Apache License 2.0
45 stars 22 forks source link

Support specifying SK git branch #55

Closed mairas closed 5 years ago

mairas commented 5 years ago

I'd rather use the latest released SK server version instead of master. This PR adds support for specifying a git branch/tag to use.

Note: default semantics are changed. Previously, master was always used. Now, "latest" is the default. I believe that's a safer default for non-developers.

chacal commented 5 years ago

👍