Is it possible to return a value from a script reserve back to a tramp?
response = config.vm.provision( "shell", path: "script.sh" )
if response = 'ok'
do_something
end
I could not see anything in the tramp docs , describing how this can be done.
source
share