|
|
|
@@ -1,18 +1,5 @@ |
|
|
|
--- |
|
|
|
|
|
|
|
- name: Ensure Matrix group is created |
|
|
|
group: |
|
|
|
name: "{{ matrix_user_username }}" |
|
|
|
gid: "{{ matrix_user_gid }}" |
|
|
|
state: present |
|
|
|
|
|
|
|
- name: Ensure Matrix user is created |
|
|
|
user: |
|
|
|
name: "{{ matrix_user_username }}" |
|
|
|
uid: "{{ matrix_user_uid }}" |
|
|
|
state: present |
|
|
|
group: "{{ matrix_user_username }}" |
|
|
|
|
|
|
|
- name: Ensure Matrix base path exists |
|
|
|
file: |
|
|
|
path: "{{ item }}" |
|
|
|
@@ -54,4 +41,3 @@ |
|
|
|
src: "{{ role_path }}/templates/usr-local-bin/matrix-remove-all.j2" |
|
|
|
dest: "{{ matrix_local_bin_path }}/matrix-remove-all" |
|
|
|
mode: 0750 |
|
|
|
|