Skip to content

Commit

Permalink
Use ARM binary for mattermost pi install.
Browse files Browse the repository at this point in the history
  • Loading branch information
deekayen committed Feb 9, 2023
1 parent 7be578a commit 227e6fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions kk4bsa-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- role: deekayen.meshchat
vars:
local_meshchat_node: KK4BSA-AR750-10-74-60
- mattermost

tasks:
- name: Install unattended-upgrades.
Expand Down
2 changes: 1 addition & 1 deletion roles/mattermost/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---

mattermost_binary: https://releases.mattermost.com/7.7.1/mattermost-7.7.1-linux-amd64.tar.gz
mattermost_binary: https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.5.2/mattermost-v7.5.2-linux-arm64.tar.gz
2 changes: 1 addition & 1 deletion roles/mattermost/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
src: https://releases.mattermost.com/7.7.1/mattermost-7.7.1-linux-amd64.tar.gz
dest: /opt
remote_src: true
creates: /opt/mattermost/bin/platform
creates: /opt/mattermost/bin/mattermost

- name: Create mattermost data directory.
ansible.builtin.file:
Expand Down

0 comments on commit 227e6fd

Please sign in to comment.