From 2aa47b1eb791d76c2ce344f09039d3d1e9c249b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 21 Apr 2023 14:15:13 +0200 Subject: [PATCH] doc: more precise task name --- tasks/install_subapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install_subapp.yml b/tasks/install_subapp.yml index a1674e8..2d71af3 100644 --- a/tasks/install_subapp.yml +++ b/tasks/install_subapp.yml @@ -69,7 +69,7 @@ - restart chown_dip_access tags: [systemd] -# Unitfiles neu einlesen, Services sofort starten & automatisch bei jedem Booten starten +# Unitfiles neu einlesen - name: Systemd daemon reload ansible.builtin.systemd: daemon-reload: "true" -- GitLab