Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ansible/roles/documentation/templates/documentation.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ description: "{{ noter(project_blurb) | trim }}"

{% endif %}
{% if selkies_blurb is defined %}
{% include "README_SNIPPETS/SELKIES.j2" | trim %}
{% include "README_SNIPPETS/SELKIES.j2" | trim %}

{% endif %}
{% if readonly_supported is defined and readonly_supported %}
Expand Down Expand Up @@ -157,7 +157,7 @@ Containers are configured using parameters passed at runtime (such as those abov
{% endfor %}
{% endif %}
{% endif %}
{% if custom_params is defined or opt_custom_params is defined or param_usage_include_hostname or param_usage_include_mac_address or security_opt_param is defined or opt_security_opt_param is defined or (readonly_supported is defined and readonly_supported) or cap_add_param is defined or opt_cap_add_param is defined or (nonroot_supported is defined and nonroot_supported) %}
{% if custom_params is defined or opt_custom_params is defined or param_usage_include_hostname or param_usage_include_mac_address or security_opt_param or opt_security_opt_param or (readonly_supported is defined and readonly_supported) or cap_add_param or opt_cap_add_param or (nonroot_supported is defined and nonroot_supported) %}

#### Miscellaneous Options

Expand Down