remove file permission

This commit is contained in:
marito 2025-06-16 23:20:29 +00:00
parent 1af513600d
commit 304bd37cae

View File

@ -44,11 +44,6 @@
register: wsl_conf_result register: wsl_conf_result
when: is_wsl | default(false) 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." - name: "FOR WSL USER: This error is safe and intentional. Follow instructions below."
ansible.builtin.fail: ansible.builtin.fail:
msg: | msg: |