This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Do not create /home/matrix when creating the matrix user
pull/661/head
Slavi Pantaleev
5 years ago
parent
7eb8192a51
commit
43c5f3ec6e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
roles/matrix-base/tasks/setup_matrix_user.yml
+ 3
- 0
roles/matrix-base/tasks/setup_matrix_user.yml
View File
@@ -17,6 +17,9 @@
uid: "{{ omit if matrix_user_uid is none else matrix_user_uid }}"
state: present
group: "{{ matrix_user_groupname }}"
home: "{{ matrix_base_data_path }}"
create_home: no
system: yes
register: matrix_user
- name: Set Matrix Group UID Variable
Write
Preview
Loading…
Cancel
Save