diff --git a/roles/bookstack/defaults/main.yml b/roles/bookstack/defaults/main.yml index eaafb13..1b89cf0 100644 --- a/roles/bookstack/defaults/main.yml +++ b/roles/bookstack/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -bookstack_version: '22.09.1' +bookstack_version: '22.10' # 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: f66e8f0dad102997bb441bfcb8dcb8ab634ed4970623a6fbee4047399b21116a +bookstack_archive_sha256: 09e3e28802746eecca27f62bb48c1d99763bafe7e497086cc7094c9cb3be6b63 # Should ansible handle bookstack upgrades or just the inintial install bookstack_manage_upgrade: True diff --git a/roles/bookstack/tasks/install.yml b/roles/bookstack/tasks/install.yml index cad46db..9fdd303 100644 --- a/roles/bookstack/tasks/install.yml +++ b/roles/bookstack/tasks/install.yml @@ -59,6 +59,7 @@ executable: /bin/php{{ bookstack_php_version }} environment: php: /bin/php{{ bookstack_php_version }} + COMPOSER_ALLOW_SUPERUSER: 1 notify: restart bookstack-queue tags: bookstack