Introduce a separate group variable (matrix_user_groupname)
Related to #485 (Github Pull Request).
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
state: directory
|
||||
mode: "{{ matrix_base_data_path_mode }}"
|
||||
owner: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
with_items:
|
||||
- "{{ matrix_base_data_path }}"
|
||||
|
||||
|
Reference in New Issue
Block a user