add recursive flag to combine
This commit is contained in:
parent
63c98ac98b
commit
0cb92f1252
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
- name: add redis config to local_configs
|
- name: add redis config to local_configs
|
||||||
set_fact:
|
set_fact:
|
||||||
rspamd:
|
rspamd:
|
||||||
local_configs: "{{ {}|combine( rspamd.local_configs, rspamd_redis.local_configs) }}"
|
local_configs: "{{ rspamd_redis.local_configs|combine( rspamd.local_configs, recursive=True) }}"
|
||||||
|
|
||||||
- name: add rspamd user to redis group
|
- name: add rspamd user to redis group
|
||||||
user:
|
user:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue