mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-07 07:45:05 +01:00
Rename file (element-call-labels -> labels)
This commit is contained in:
parent
69d702643f
commit
006920882c
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
- name: Ensure matrix-element-call Docker labels file is in place
|
- name: Ensure matrix-element-call Docker labels file is in place
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ role_path }}/templates/element-call-labels.j2"
|
src: "{{ role_path }}/templates/labels.j2"
|
||||||
dest: "{{ matrix_element_call_base_path }}/element-call-labels"
|
dest: "{{ matrix_element_call_base_path }}/labels"
|
||||||
mode: 0640
|
mode: 0640
|
||||||
owner: "{{ matrix_user_username }}"
|
owner: "{{ matrix_user_username }}"
|
||||||
group: "{{ matrix_user_groupname }}"
|
group: "{{ matrix_user_groupname }}"
|
||||||
|
@ -24,7 +24,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
|
|||||||
{% if matrix_element_call_container_http_host_bind_port %}
|
{% if matrix_element_call_container_http_host_bind_port %}
|
||||||
-p {{ matrix_element_call_container_http_host_bind_port }}:8080 \
|
-p {{ matrix_element_call_container_http_host_bind_port }}:8080 \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--label-file={{ matrix_element_call_base_path }}/element-call-labels \
|
--label-file={{ matrix_element_call_base_path }}/labels \
|
||||||
{% for arg in matrix_element_call_container_extra_arguments %}
|
{% for arg in matrix_element_call_container_extra_arguments %}
|
||||||
{{ arg }} \
|
{{ arg }} \
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user