File tree Expand file tree Collapse file tree
ansible/roles/documentation/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ description: "{{ noter(project_blurb) | trim }}"
6666
6767{% endif %}
6868{% if selkies_blurb is defined %}
69- {% include "README_SNIPPETS/SELKIES.j2" | trim %}
69+ {% include "README_SNIPPETS/SELKIES.j2" | trim %}
7070
7171{% endif %}
7272{% if readonly_supported is defined and readonly_supported %}
@@ -157,7 +157,7 @@ Containers are configured using parameters passed at runtime (such as those abov
157157{% endfor %}
158158{% endif %}
159159{% endif %}
160- {% 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 ) %}
160+ {% 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 ) %}
161161
162162#### Miscellaneous Options
163163
You can’t perform that action at this time.
0 commit comments