Actions
Bug #19248
closedssh Remote Execution fails when output contains special characters
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
When using "Run Job" with "Commands" and "Run Command - SSH Default" on CentOS 7.3 with Foreman 13.2 or 14.2 with commands, which produce special character as output, it fails and at least the the following error is displayed:
'Failed to initialize: Dynflow::ExecutionPlan::Steps::Error - Playbook execution failed'
To reproduce, run one ofthe following commands:
systemctl status iptables
echo ●
echo ü
On the other hand the following command is working:
systemctl status iptables | tr -d ●
Maybe, this is not the intended behaviour.
Actions