From 54bbae6bbd1a080b3b55875a7f697242ccfea7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Fri, 18 Mar 2022 15:23:10 +0100 Subject: [PATCH] chore: add tag 'bash' to task for configuring processing user --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3c23661..fd82728 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -51,7 +51,7 @@ - name: Userbezogene Konfiguration für User processing einspielen import_tasks: configure_processing_user.yml - tags: [users] + tags: [users, bash] - name: Check_MK Plugins installieren import_tasks: install_checkmk_plugins.yml -- GitLab