Rename variable (matrix_user_groupname
-> matrix_group_name
)
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
state: directory
|
||||
mode: 0750
|
||||
owner: "{{ matrix_user_name }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
group: "{{ matrix_group_name }}"
|
||||
with_items:
|
||||
- {path: "{{ matrix_synapse_admin_base_path }}", when: true}
|
||||
- {path: "{{ matrix_synapse_admin_config_path }}", when: true}
|
||||
@ -29,7 +29,7 @@
|
||||
src: "{{ role_path }}/templates/labels.j2"
|
||||
dest: "{{ matrix_synapse_admin_base_path }}/labels"
|
||||
owner: "{{ matrix_user_name }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
group: "{{ matrix_group_name }}"
|
||||
mode: 0640
|
||||
|
||||
- name: Ensure matrix-synapse-admin configuration installed
|
||||
@ -38,7 +38,7 @@
|
||||
dest: "{{ matrix_synapse_admin_config_path }}/config.json"
|
||||
mode: 0644
|
||||
owner: "{{ matrix_user_name }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
group: "{{ matrix_group_name }}"
|
||||
|
||||
- name: Ensure matrix-synapse-admin image is pulled
|
||||
community.docker.docker_image:
|
||||
|
Reference in New Issue
Block a user