From: Ullli Date: Fri, 24 Apr 2026 16:19:55 +0000 (+0200) Subject: remote_user X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/commitdiff_plain/437b944e4955c3d91cd3f569b2781330e66c89ee?ds=sidebyside;hp=4309798597cf4c1bd2c1096a0df0b16828711653 remote_user --- diff --git a/tasks/main.yml b/tasks/main.yml index c1820e6..15c15c0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,10 +1,7 @@ --- - name: Include bootstrap ansible.builtin.include_tasks: bootstrap.yml - args: - apply: - become: yes - become_user: root + remote_user: root - name: OpenLDAP-Server ansible.builtin.include_tasks: openldap.yml when: ldap in group_names