diff --git a/roles/framadate/templates/update-motd.d/05-service.j2 b/roles/framadate/templates/update-motd.d/05-service.j2
index a11ad7194f5d60ea0a76c312227b5432caef697a..2944dd83a0e7811635ceefa8b163d8f41cfa12ef 100755
--- a/roles/framadate/templates/update-motd.d/05-service.j2
+++ b/roles/framadate/templates/update-motd.d/05-service.j2
@@ -1,3 +1,4 @@
 #!/bin/sh
 # {{ ansible_managed }}
-echo "> framadate a été déployé sur cette machine.\n   Voir {{ framadate_path }}"
+echo "> framadate a été déployé sur cette machine."
+echo "  Voir {{ framadate_path }}"
diff --git a/roles/grafana/templates/update-motd.d/05-service.j2 b/roles/grafana/templates/update-motd.d/05-service.j2
index 7fcb3e6c19709e6afc51534a44e41257d394ed97..937daa098602124c5ac3c07869c49865bda721da 100755
--- a/roles/grafana/templates/update-motd.d/05-service.j2
+++ b/roles/grafana/templates/update-motd.d/05-service.j2
@@ -1,3 +1,4 @@
 #!/bin/sh
 # {{ ansible_managed }}
-echo "> grafana a été déployé sur cette machine.\n   Voir /etc/grafana/"
+echo "> grafana a été déployé sur cette machine."
+echo "  Voir /etc/grafana/"
diff --git a/roles/prometheus/templates/update-motd.d/05-service.j2 b/roles/prometheus/templates/update-motd.d/05-service.j2
index e1fcc2ee9e82731c6ec3815cc622d9d103b57cb0..f027dc49c3edbf7da95ea262fa9a2d76870b8b7f 100755
--- a/roles/prometheus/templates/update-motd.d/05-service.j2
+++ b/roles/prometheus/templates/update-motd.d/05-service.j2
@@ -1,3 +1,4 @@
 #!/bin/sh
 # {{ ansible_managed }}
-echo "> prometheus a été déployé sur cette machine.\n   Voir /etc/prometheus/"
+echo "> prometheus a été déployé sur cette machine."
+echo "  Voir /etc/prometheus/"
diff --git a/roles/wireguard/templates/update-motd.d/05-service.j2 b/roles/wireguard/templates/update-motd.d/05-service.j2
index f529c8bcaaec1e4d8e81c4c2b5312c1d8314b49b..793dd38715dcd493ea0009e9849caf0993224e7d 100755
--- a/roles/wireguard/templates/update-motd.d/05-service.j2
+++ b/roles/wireguard/templates/update-motd.d/05-service.j2
@@ -1,3 +1,4 @@
 #!/bin/sh
 # {{ ansible_managed }}
-echo "> wireguard a été déployé sur cette machine.\n   Voir /etc/wireguard/"
+echo "> wireguard a été déployé sur cette machine."
+echo "  Voir /etc/wireguard/"