ソースを参照

Rename file (element-call-labels -> labels)

element-call-integration
Slavi Pantaleev 1年前
コミット
006920882c
3個のファイルの変更4行の追加4行の削除
  1. +2
    -2
      roles/custom/matrix-element-call/tasks/install.yml
  2. +0
    -0
      roles/custom/matrix-element-call/templates/labels.j2
  3. +2
    -2
      roles/custom/matrix-element-call/templates/systemd/matrix-element-call.service.j2

+ 2
- 2
roles/custom/matrix-element-call/tasks/install.yml ファイルの表示

@@ -24,8 +24,8 @@

- name: Ensure matrix-element-call Docker labels file is in place
ansible.builtin.template:
src: "{{ role_path }}/templates/element-call-labels.j2"
dest: "{{ matrix_element_call_base_path }}/element-call-labels"
src: "{{ role_path }}/templates/labels.j2"
dest: "{{ matrix_element_call_base_path }}/labels"
mode: 0640
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"


roles/custom/matrix-element-call/templates/element-call-labels.j2 → roles/custom/matrix-element-call/templates/labels.j2 ファイルの表示


+ 2
- 2
roles/custom/matrix-element-call/templates/systemd/matrix-element-call.service.j2 ファイルの表示

@@ -24,7 +24,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
{% if matrix_element_call_container_http_host_bind_port %}
-p {{ matrix_element_call_container_http_host_bind_port }}:8080 \
{% 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 %}
{{ arg }} \
{% endfor %}
@@ -43,4 +43,4 @@ RestartSec=30
SyslogIdentifier=matrix-element-call

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

読み込み中…
キャンセル
保存