We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee7548 commit 317e7b8Copy full SHA for 317e7b8
README.md
@@ -157,6 +157,10 @@ https://yourdomain.com/ (please note the http*s*).
157
158
## Changelog (playbook changes)
159
160
+### 2018-07-30
161
+
162
+* Change to LoRa Server v2 apt repository.
163
164
### 2018-04-22
165
166
* Remove `mosquitto-auth-plug` setup (which was causing a lot of issues)
roles/base/tasks/main.yml
@@ -17,7 +17,7 @@
17
18
- name: add LoRa Server deb repository
19
apt_repository:
20
- repo: deb https://artifacts.loraserver.io/packages/1.x/deb stable main
+ repo: deb https://artifacts.loraserver.io/packages/2.x/deb stable main
21
22
- name: import postgresql gpg key
23
apt_key:
0 commit comments