diff --git a/roles/bookstack/defaults/main.yml b/roles/bookstack/defaults/main.yml index c06cefc..512831e 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: '22.02' +bookstack_version: '22.02.1' # URL of the arhive bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz # Expected sha256 of the archive -bookstack_archive_sha256: b13b339f456105836f941cdb6cba7f9dcfd2d21d43c6ef3f7073f114c26ff285 +bookstack_archive_sha256: af2e816a3b78058f97de167c36560f2d3fa7cb4c680221a0f9d0a0b7a39fcd52 # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True