Consistent usage of matrix username and groupname, not uid and gid
This should be a no-op, no migration necessary.
This commit is contained in:
parent
741064a178
commit
cf0e56e92b
@ -17,8 +17,8 @@
|
|||||||
path: "{{ matrix_synapse_media_store_path }}"
|
path: "{{ matrix_synapse_media_store_path }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0750
|
mode: 0750
|
||||||
owner: "{{ matrix_user_uid }}"
|
owner: "{{ matrix_user_username }}"
|
||||||
group: "{{ matrix_user_gid }}"
|
group: "{{ matrix_user_username }}"
|
||||||
when: "not local_path_matrix_synapse_media_store_path_stat.failed and not local_path_matrix_synapse_media_store_path_stat.stat.exists"
|
when: "not local_path_matrix_synapse_media_store_path_stat.failed and not local_path_matrix_synapse_media_store_path_stat.stat.exists"
|
||||||
|
|
||||||
- name: Ensure goofys environment variables file created
|
- name: Ensure goofys environment variables file created
|
||||||
|
Loading…
Reference in New Issue
Block a user