From 4e8a8768cc6d261f79ff4db26786f59c076c29de Mon Sep 17 00:00:00 2001 From: Ullli Date: Fri, 24 Apr 2026 18:12:57 +0200 Subject: [PATCH 1/1] conflicting action statements --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index d9bf1f0..ec87330 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,8 +1,8 @@ --- - name: Include bootstrap ansible.builtin.include_tasks: bootstrap.yml - apply: - remote_user: root + apply: + remote_user: root - name: OpenLDAP-Server ansible.builtin.include_tasks: openldap.yml when: ldap in group_names -- 2.39.5