1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Rename variable (matrix_user_groupname -> matrix_group_name)

This commit is contained in:
Slavi Pantaleev
2025-04-29 10:35:26 +03:00
parent 9fc5cdab33
commit 3ee7deb2d7
89 changed files with 279 additions and 278 deletions

View File

@@ -10,7 +10,7 @@
state: directory
mode: 0750
owner: "{{ matrix_user_name }}"
group: "{{ matrix_user_groupname }}"
group: "{{ matrix_group_name }}"
- name: Ensure continuwuity data path exists
ansible.builtin.file:
@@ -18,7 +18,7 @@
state: directory
mode: 0770
owner: "{{ matrix_user_name }}"
group: "{{ matrix_user_groupname }}"
group: "{{ matrix_group_name }}"
- name: Ensure continuwuity configuration installed
ansible.builtin.template:
@@ -26,7 +26,7 @@
dest: "{{ matrix_continuwuity_config_path }}/continuwuity.toml"
mode: 0644
owner: "{{ matrix_user_name }}"
group: "{{ matrix_user_groupname }}"
group: "{{ matrix_group_name }}"
- name: Ensure continuwuity support files installed
ansible.builtin.template:
@@ -34,7 +34,7 @@
dest: "{{ matrix_continuwuity_base_path }}/{{ item }}"
mode: 0640
owner: "{{ matrix_user_name }}"
group: "{{ matrix_user_groupname }}"
group: "{{ matrix_group_name }}"
with_items:
- labels
- env