diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-01 16:24:37 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-01 16:24:37 +0100 |
| commit | 774345622ce556ad82fb274e483102bad2016d65 (patch) | |
| tree | e8cbcc7670bcbb845245d4722a245fbaff88de7c /roles | |
| parent | ed37a1b24cf6728eaf4ba3a298f6e7d00c0c845d (diff) | |
Fix clipse configuration permissions
This still doesn't work properly with the dotfiles setup, but it's not
breaking it.
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/clipse/tasks/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/clipse/tasks/main.yml b/roles/clipse/tasks/main.yml index 3a889db7..b1049a7d 100644 --- a/roles/clipse/tasks/main.yml +++ b/roles/clipse/tasks/main.yml @@ -14,14 +14,12 @@ use: "yay" - name: "Create system config directory" - become: true ansible.builtin.file: path: "{{ ansible_facts['env']['HOME'] }}/.config/clipse" state: "directory" mode: "0755" - name: "Configure system defaults" - become: true ansible.builtin.copy: src: "config.json" dest: "{{ ansible_facts['env']['HOME'] }}/.config/clipse/config.json" |
