fix settings not merged#47
Conversation
|
I had the same issue and did the same thing to make the settings work in my environment (2 AAP installs - one VM-based, one containerized). Seems to work as expected for me. |
|
Did you leave the append or replace it with recursive? @j-random-geek |
Sorry, I missed that. I left in the append - this is what's in my own (different environment names, obviously):
|
|
Great, thanks for your addition @j-random-geek. I'm on vacations for one week. I'll commit this change when I'm back. |
I removed it in a previous commit because I didn't knew we can use both list_merge and recursive.
|
@djdanielsson I tested to use both list_append and recursive and it seems to work. Thanks @j-random-geek! |
fix #46
I'm not sure we can use list_merge with recursive together. Or can we?