I am trying to template a bash command and I need to have quotes in the
command so
bash_command= 'command opts="startTime={{ts}}
endTime={{ (execution_date + macros.timedelta(hours=1)).isoformat() }}"'but jinja treats quotes as a literals. Any workaround to this problem, that this noob hasn't figured out? -- Cheers, Edgardo
