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 | 375af8834b299a4b889e98c39cb5016eef62733f (patch) | |
| tree | e8cbcc7670bcbb845245d4722a245fbaff88de7c | |
| parent | de3395c324cec299d14c4a357b939a35e040d69c (diff) | |
Fix clipse configuration permissions
This still doesn't work properly with the dotfiles setup, but it's not
breaking it.
| -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" |
