{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} {{ this.body }} {% if this.collections is defined %} {% if this.collections.blocks | length != 0 %} Ansible Collections {% if this.roles is defined %} {% if this.roles.blocks | length != 0 %} | {% endif %} {% endif %} {% endif %} {% endif %} {% if this.roles is defined %} {% if this.roles.blocks | length != 0 %} Ansible Roles {% endif %} {% endif %} {% if this.collections is defined %} {% if this.collections.blocks | length != 0 %}
Collection Name |
|
|
|
---|---|---|---|
{{ blk.name }} |
|
{% for rle in blk.roles.blocks -%} {% endfor %} |
Role Name |
|
|
---|---|---|
{{ blk.name }} |
|