Update to 2022-02-22 18:00

This commit is contained in:
Daniel Berteaud
2022-02-22 18:00:11 +01:00
parent 2a423eee2a
commit 4737fece2c
7 changed files with 31 additions and 1 deletions

View File

@@ -6,3 +6,5 @@ dependencies:
- role: mysql_server
when: bookstack_db_server in ['localhost','127.0.0.1']
- role: composer
- role: wkhtmltopdf
when: bookstack_pdf_exporter == 'wkhtmltopdf'