%= 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 %>
|
<%= _("Nothing to show") %> |