avoid creating /home/root

This commit is contained in:
2023-07-18 20:05:34 +02:00
parent c413505540
commit 808bb1db4c

View File

@@ -57,3 +57,4 @@
path: "/home/{{ username }}"
state: directory
mode: "{{ homedir_permissions }}"
when: username != "root"