Skip to content

Commit 67cec76

Browse files
committed
Fix nonroot if
1 parent 5650ad9 commit 67cec76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/generate-jenkins/templates/DOCUMENTATION.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Containers are configured using parameters passed at runtime (such as those abov
146146
{% endfor %}
147147
{% endif %}
148148
{% endif %}
149-
{% 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 %}
149+
{% 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) %}
150150

151151
#### Miscellaneous Options
152152

0 commit comments

Comments
 (0)