From 4309798597cf4c1bd2c1096a0df0b16828711653 Mon Sep 17 00:00:00 2001 From: Ullli Date: Fri, 24 Apr 2026 18:16:00 +0200 Subject: [PATCH 1/1] noch ein Versuch --- tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1c297fa..c1820e6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -3,7 +3,8 @@ ansible.builtin.include_tasks: bootstrap.yml args: apply: - remote_user: root + become: yes + become_user: root - name: OpenLDAP-Server ansible.builtin.include_tasks: openldap.yml when: ldap in group_names -- 2.39.5