Просмотр исходного кода

Add newlines at end of files

element-call-integration
Slavi Pantaleev 11 месяцев назад
Родитель
Сommit
f161c7c58f
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      roles/custom/matrix-element-call/tasks/main.yml
  2. +1
    -1
      roles/custom/matrix-element-call/tasks/validate_config.yml

+ 1
- 1
roles/custom/matrix-element-call/tasks/main.yml Просмотреть файл

@@ -23,4 +23,4 @@
- setup-element-call
block:
- when: not matrix_element_call_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"

+ 1
- 1
roles/custom/matrix-element-call/tasks/validate_config.yml Просмотреть файл

@@ -14,4 +14,4 @@
with_items:
- {'name': 'matrix_element_call_base_path', when: true}
- {'name': 'matrix_element_call_container_network', when: true}
- {'name': 'matrix_element_call_image', when: true}
- {'name': 'matrix_element_call_image', when: true}

Загрузка…
Отмена
Сохранить