Actions
Bug #21572
closedKatello should send the correct Tracer helpers to RemoteEX
Description
Description of problem: Traces has helps that the user can run to resolve the issues it finds. Most of those helps are commands like "systemctl restart <service>" but some of them content sentence to tell the user what to do. For example:
```
You will have to reboot your computer
```
This text will get run as a Remote execution command
How reproducible: Always
Steps to Reproduce:
1. On a host with traces error navigate to Content Hosts -> select host -> Traces
2. Run a help that contains anything other than a command. For example "please reboot your computer"
Expected results: Either the user is instructed to manual perform the task, or the remote execution job reboots the computer.
Additional info:
Actions