diff --git a/roles/nginx-webserver/templates/index.php.j2 b/roles/nginx-webserver/templates/index.php.j2 index 26ba16c..80f0b42 100644 --- a/roles/nginx-webserver/templates/index.php.j2 +++ b/roles/nginx-webserver/templates/index.php.j2 @@ -28,6 +28,8 @@ var_dump(pg_fetch_all($result)); ?>

+ {% else %} +

No postgres instance detected.

{% endif %}