Currently, this implementation returns “$name $action” as the status output, instead of the status of the actual command.
$ bolt task run service --nodes pe-2019 action=status name=sshd
Started on pe-201901-master...
Started on pe-201901-agent...
Started on pe-201901-compile...
Finished on pe-201901-agent:
{
"status": "sshd status"
}
Finished on pe-201901-master:
Finished on pe-201901-compile:
Fix this implementation to return the correct information.