Introduce a separate group variable (matrix_user_groupname)

Related to #485 (Github Pull Request).
This commit is contained in:
Slavi Pantaleev
2020-05-06 10:01:39 +03:00
40 changed files with 81 additions and 80 deletions

View File

@ -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 }}"