{% extends 'base.html' %} {% from 'utils.html' import list %} {% from 'nodes.html' import list_nodes, list_nodes_by_environment %} {% block title %}Chef role: {{ role.name }}{% endblock %} {% block header %}{{ role.name }} {{ role.description }}{% endblock %} {% block body %}
This role uses environment run lists.
{% else %} {{ list(role['run_list']) }} {% endif %}