config-db: fix extra config loop

This commit is contained in:
Anton Iakimov 2024-08-08 15:50:26 +02:00
parent cbf1758dc8
commit 528f25d84b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
positional_args:
- '{{ item.key }}'
- '{{ item.value }}'
loop: openkm_db_okm_config_extra
loop: '{{ openkm_db_okm_config_extra }}'
- name: Add extra tables
postgresql_query: