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:
@@ -15,3 +15,11 @@
|
||||
update_password: "on_create"
|
||||
create_home: yes
|
||||
group: "{{ username }}"
|
||||
|
||||
- name: Ensure home
|
||||
tags: always
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "{{ home }}"
|
||||
state: directory
|
||||
owner: "{{ username }}"
|
||||
|
||||
Reference in New Issue
Block a user