From 304bd37caed10ccf1cf59e7aa13b97ae021f58d7 Mon Sep 17 00:00:00 2001 From: marito Date: Mon, 16 Jun 2025 23:20:29 +0000 Subject: [PATCH] remove file permission --- roles/common/tasks/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 940bcb1..a69d114 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -44,11 +44,6 @@ register: wsl_conf_result when: is_wsl | default(false) -- name: Ensure /home/{{ ansible_user_id }} is executable by all (chmod +x) - ansible.builtin.file: - path: "/home/{{ ansible_user_id }}" - mode: '0711' - - name: "FOR WSL USER: This error is safe and intentional. Follow instructions below." ansible.builtin.fail: msg: |