My intention is to match and replace a string with its first part. The string would be started with double quote, and it’s format would be like this: some-string = “ORACLE_logs:vserve-test-1”: {
So, if my statement is: vol_name: “{{ some-string|regex_replace(??? }}”, then the filter will assign “ORACLE_logs” to vol_name.
Thanks!