remove file permission
This commit is contained in:
parent
1af513600d
commit
304bd37cae
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user