Ansible regex replace

Hi,

I have var file in which I want to replace dot in maven group id with forwarding slash.

NEXUS_REST_API_PARAMS: “{{ {{ MVN_GROUP_ID }} | regex_replace(‘[.]’,‘//’) }}/{{ MVN_ARTIFACT_ID }}/{{ MVN_VERSION }}/{{ PACKAGING }}”

Any help would be appreciated.

Thanks in advance.