fix permissions

This commit is contained in:
Morten Olsen
2024-10-08 21:25:10 +02:00
parent 134a64b30a
commit 034994e398
16 changed files with 64 additions and 28 deletions

View File

@@ -22,7 +22,8 @@
tags: always
ansible.builtin.file:
mode: "0755"
path: "{{ home }}/.scripts"
path: "{{ home }}/.local/bin"
owner: "{{ username }}"
state: directory
- name: Move bin
@@ -30,5 +31,6 @@
ansible.builtin.copy:
remote_src: true
mode: "0755"
owner: "{{ username }}"
src: "{{ software_starship_unpack_file }}"
dest: "{{ home }}/.local/bin/starship"