Satish Patel 71e60fdd7f fixed jinja2 template variable parsing
There’s a small issue in command variable: Using
{{ apache_binary }} inside another Jinja expression
({{ command }}) which won't be resolved correctly
because nested {{ }} doesn't evaluate.

Closes-Bug: #2107983
Change-Id: I34d97b16d341c8b09f169559495036e753abda71
2025-04-23 16:57:25 -04:00
..