%= webpacked_plugins_js_for :foreman_ansible %> <%= stylesheet 'foreman_ansible/foreman-ansible' %> <% if ansible_run_in_check_mode?(logs.first) %> <%= alert :class => 'alert-info', :header => _('Ansible check mode'), :text => _('Notice that ansible roles run in check mode.')%> <% end %>
<%= _("Level") %> | <%= _("Task") %> | <%= _("Message") %> |
---|---|---|
><%= h log.level %> | ><%= ansible_task_name(log) %> |
<% log_message = ansible_module_message(log) %>
<% if log_message.is_a? Array %>
<%= truncate(log_message, length: allowed_length) %>
<%= show_full_error_message_value(log_message) if (log_message&.length || 0) > allowed_length %>
<% end %>
|
<%= _("Nothing to show") %> |