Added async for openproject settings

This commit is contained in:
2025-08-14 00:07:09 +02:00
parent 7f42462514
commit abc064fa56
2 changed files with 9 additions and 17 deletions

View File

@@ -33,6 +33,8 @@
args:
chdir: "{{ docker_compose.directories.instance }}"
loop: "{{ openproject_rails_settings | dict2items }}"
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
- name: Setup LDAP
include_tasks: 01_ldap.yml