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

@@ -6,6 +6,7 @@
mode: "{{ item.mode }}"
path: "{{ home }}/{{ item.path }}"
state: directory
owner: "{{ username }}"
with_community.general.filetree:
- ../files
loop_control:
@@ -19,6 +20,7 @@
src: "{{ item.src }}"
dest: "{{ home }}/{{ item.path | regex_replace('\\.j2$', '') }}"
mode: "{{ item.mode }}"
owner: "{{ username }}"
with_community.general.filetree:
- ../templates
loop_control:
@@ -32,6 +34,7 @@
src: "{{ item.src }}"
dest: "{{ home }}/{{ item.path }}"
mode: "{{ item.mode }}"
owner: "{{ username }}"
with_community.general.filetree:
- ../files
loop_control: