From a0713cd89a0a126183e77eaef0d66f9cf8408ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Wed, 10 Sep 2025 13:34:04 +0200 Subject: [PATCH] Fix XAMPP after testing --- roles/xampp/tasks/main_win.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/xampp/tasks/main_win.yml b/roles/xampp/tasks/main_win.yml index 154de4a..43c35ac 100644 --- a/roles/xampp/tasks/main_win.yml +++ b/roles/xampp/tasks/main_win.yml @@ -3,12 +3,12 @@ name: xampp-81 install_args: "" -- name: Make XAMPP config world writable +- name: Make XAMPP world writable win_acl: user: 'Authenticated Users' - path: "C:\\xampp\\xampp-control.ini" + path: "C:\\xampp\\" type: allow - rights: Write + rights: FullControl - name: Add firewall rules for XAMPP win_firewall_rule: