Update to 2021-11-30 18:00

master
Daniel Berteaud 3 years ago
parent f3bf3ee05a
commit 691bf14ba9
  1. 4
      roles/bookstack/defaults/main.yml
  2. 2
      roles/matrix_synapse/defaults/main.yml

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
bookstack_version: '21.11.1' bookstack_version: '21.11.2'
# URL of the arhive # URL of the arhive
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
# Expected sha1 of the archive # Expected sha1 of the archive
bookstack_archive_sha1: 1e4fa33649a2fabbd081ec219908bc15d27a808a bookstack_archive_sha1: c9e8a0da936f7a2840c416dde70451f046e2b7f3
# Should ansible handle bookstack upgrades or just the inintial install # Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True bookstack_manage_upgrade: True

@ -1,7 +1,7 @@
--- ---
# Synapse version to deploy # Synapse version to deploy
synapse_version: 1.47.1 synapse_version: 1.48.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