Schreibtisch anlegen

This commit is contained in:
Jesko 2024-05-08 16:35:17 +02:00
parent 51912ac674
commit f96a9eaf38
1 changed files with 5 additions and 2 deletions

View File

@ -13,8 +13,11 @@
- name: create .config dir for created user
file:
path: "/home/{{ pruefungsuser }}/.config/"
path: "{{ item }}"
state: directory
mode: "700"
owner: "{{ pruefungsuser }}"
group: "{{ pruefungsgruppe }}"
group: "{{ pruefungsgruppe }}"
with_items:
- "/home/{{ pruefungsuser }}/.config/"
- "/home/{{ pruefungsuser }}/Schreibtisch/"