Environment.base field issue firefox policies

Hey guys,

I’m learning Ansible and working on it automatize my computer’s settings at my home.

So, I have a self-hosted Bitwarden and the Desktop and Browser extension deployment working good, but, I have a issue to set the custom server url.

I added to my policies.json, this block :

“3rdparty”: {
“Extensions”: {
“{446900e4-71c2-419f-a6a7-df9c091e268b}”: {
“environment”: {
“base”: “{{ bitwarden_server_url }}”
}

Seems the extension detect the custom settings because I have the message :
SETTINGS HAVE BEEN EDITED …

But, when I try to use my self-hosted account, doesn’t working. But, working with my Web account.

The settings are changed ?

Thanks for your help