Update to 2021-04-06 17:00

master
Daniel Berteaud 3 years ago
parent caa1ae729f
commit 397dab3429
  1. 4
      roles/appsmith/defaults/main.yml
  2. 2
      roles/matrix_synapse/defaults/main.yml

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
appsmith_version: 1.4.6 appsmith_version: 1.4.7
# URL of the source archive # URL of the source archive
appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz
# sha1sum of the archive # sha1sum of the archive
appsmith_archive_sha1: 2989b9e9c036eade8ed0eefeede3f975868c267c appsmith_archive_sha1: 412e2dcf714ca3752f182dee32f106abc6545ee9
# Root directory where appsmith will be installed # Root directory where appsmith will be installed
appsmith_root_dir: /opt/appsmith appsmith_root_dir: /opt/appsmith

@ -1,7 +1,7 @@
--- ---
# Synapse version to deploy # Synapse version to deploy
synapse_version: 1.30.0 synapse_version: 1.31.0
# Should ansible handle Synapse upgrades ? If false, only initial install will be done # Should ansible handle Synapse upgrades ? If false, only initial install will be done
synapse_manage_upgrade: True synapse_manage_upgrade: True

Loading…
Cancel
Save