diff --git a/roles/bookstack/defaults/main.yml b/roles/bookstack/defaults/main.yml index 9f42cb1..1d55b2a 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: '24.02.1' +bookstack_version: '24.02.2' # 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: 3c794b49a9828db4af025e2e66243bb62d8be4915427c4e0a54dfdda89855a80 +bookstack_archive_sha256: 962f6b7477c4799b7499d5fc9475bb5c51143d8332e77cb1d2f820a6581ca141 # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True