{% 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 {% 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 }} |
|
Role Name |
|
|
---|---|---|
{{ blk.name }} |
|