Compare commits

1 Commits
v0.0.1 ... main

Author SHA1 Message Date
5079a31078 Add default false for certbot_freeipa in template 2026-03-16 14:25:42 +01:00

View File

@@ -27,7 +27,7 @@ if [ ! -d "$CERT" ]; then
{% else %} {% else %}
{% if certbot_freeipa %} {% if certbot_freeipa | default (false) %}
systemctl stop httpd systemctl stop httpd
{% endif %} {% endif %}
@@ -40,7 +40,7 @@ if [ ! -d "$CERT" ]; then
{% endif %} {% endif %}
{% if certbot_freeipa %} {% if certbot_freeipa | default (false) %}
systemctl start httpd systemctl start httpd
{% endif %} {% endif %}
{% endif %} {% endif %}