mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
fix permissions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user