diff --git a/awx/ui/src/screens/Job/JobOutput/HostEventModal.js b/awx/ui/src/screens/Job/JobOutput/HostEventModal.js index 19faa9d5e0..f23fd154d3 100644 --- a/awx/ui/src/screens/Job/JobOutput/HostEventModal.js +++ b/awx/ui/src/screens/Job/JobOutput/HostEventModal.js @@ -79,7 +79,7 @@ function HostEventModal({ onClose, hostEvent = {}, isOpen = false }) { const jsonObj = processCodeEditorValue(hostEvent?.event_data?.res); const stdErr = hostEvent?.event_data?.res?.stderr; - const stdOut = processCodeEditorValue(getStdOutValue(hostEvent)); + const stdOut = getStdOutValue(hostEvent); return (