Add the per-user common role.

This commit is contained in:
Tom Alexander
2022-10-11 20:33:16 -04:00
parent d51770a4b4
commit 238885db9a
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
- name: Create directories
file:
name: "{{ account_homedir.stdout }}/{{ item }}"
state: directory
mode: 0700
owner: "{{ account_name.stdout }}"
group: "{{ group_name.stdout }}"
loop:
- .config/systemd/user # user unit files