瀏覽代碼

Fix some ansible-lint-reported warnings

pull/2190/head
Slavi Pantaleev 3 年之前
父節點
當前提交
2e0fc5c11c
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      roles/matrix-synapse/tasks/ext/s3-storage-provider/setup_install.yml

+ 0
- 2
roles/matrix-synapse/tasks/ext/s3-storage-provider/setup_install.yml 查看文件

@@ -38,7 +38,6 @@

- name: Ensure matrix-synapse-s3-storage-provider-migrate.service and timer are installed
ansible.builtin.template:
src: "{{ role_path }}/templates/systemd/.j2"
src: "{{ role_path }}/templates/synapse/ext/s3-storage-provider/systemd/{{ item }}.j2"
dest: "{{ matrix_systemd_path }}/{{ item }}"
mode: 0640
@@ -51,4 +50,3 @@
ansible.builtin.service:
daemon_reload: true
when: matrix_synapse_s3_storage_provider_systemd_service_result.changed | bool


Loading…
取消
儲存