Actions
Bug #11601
closedWhen using host-specific parameters, the rendering preview in job invocation renders to false
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Description
1. use a job template that uses some host parameters, such as:
<% if @host.operatingsystem.family == "Redhat" && @host.operatingsystem.major.to_i > 6 %> systemctl <%= input("action") %> <%= input("service") %> <% else %> service <%= input("service") %> <%= input("action") %> <% end -%>
2. invoke a job with this template
3. the job invocation details page has `false` in the the rendering output
expected:
ability to choose what host the preview to render against?
Actions