Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centos7: current version needs develop branch to upgrade/install #63

Closed
arnehueggenberg opened this issue Jan 3, 2018 · 0 comments
Closed

Comments

@arnehueggenberg
Copy link

arnehueggenberg commented Jan 3, 2018

In order to get Rocketchast to upgrade to the current (0.60.2) version i had to clone the develop branch and override some variables.

OS: Centos 7


- name: rocketchat install
  hosts: xxx.xxx.xxx
  tags: rocketchat
  roles:
    - { role: Rocket.Chat.Ansible, become: true }

  vars:
    rocket_chat_tarball_remote: https://releases.rocket.chat/latest/download
    rocket_chat_automatic_upgrades: true
    rocket_chat_tarball_sha256sum: "54e61a493a7c038859408e6d0caf2b34324edf1371a3946198c24869316c06b0."
    rocket_chat_node_version: 8.9.4
    rocket_chat_npm_version: 5.6.0
xenithorb added a commit that referenced this issue Feb 17, 2018
 Major refactoring for robustness and including Let's Encrypt support

  Fixes #62 #63
xenithorb added a commit that referenced this issue Feb 18, 2018
 Major refactoring for robustness and including Let's Encrypt support

  Fixes #62 #63
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants