rash-sh / rash

Declarative shell scripting using Rust native bindings inspired by Ansible
https://rash-sh.github.io
GNU General Public License v3.0
205 stars 6 forks source link

fix(task): Add serde to handle result from fork in become tasks #559

Closed pando85 closed 1 week ago

pando85 commented 1 week ago

Become was broken because the result from the fork was not correctly deserialized into a minijinja::Value.