diff --git a/roles/bookstack/defaults/main.yml b/roles/bookstack/defaults/main.yml index 96ffd52..570e282 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: '22.06' +bookstack_version: '22.06.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: 1c8a8afee7df3e628ff83224bc62a7b5de69689fd67996cf0742e6220bd5e589 +bookstack_archive_sha256: e1a92b3815653342c9eb4e8de8050f8ce32d61d628ce3198ea51ef05effd3e2e # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True