How do I get the output of a command inside a taskfile variable?
Instead of assigning a string to a variable, use a map and sh key to mention the command to be executed.
sh
vars: FOO: bar CURRENT_DATE: sh: date
Instead of assigning a string to a variable, use a map and
shkey to mention the command to be executed.