瀏覽代碼

Add license information to files in matrix-synapse/tasks/goofys

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4140/head
Suguru Hirahara 1 年之前
父節點
當前提交
0329320574
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 2 個檔案被更改,包括 17 行新增0 行删除
  1. +10
    -0
      roles/custom/matrix-synapse/tasks/goofys/setup_install.yml
  2. +7
    -0
      roles/custom/matrix-synapse/tasks/goofys/setup_uninstall.yml

+ 10
- 0
roles/custom/matrix-synapse/tasks/goofys/setup_install.yml 查看文件

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2019 - 2023 Slavi Pantaleev
# SPDX-FileCopyrightText: 2019 Dan Arnfield
# SPDX-FileCopyrightText: 2020 Chris van Dijk
# SPDX-FileCopyrightText: 2020 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- ansible.builtin.include_role:


+ 7
- 0
roles/custom/matrix-synapse/tasks/goofys/setup_uninstall.yml 查看文件

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2019 - 2022 Slavi Pantaleev
# SPDX-FileCopyrightText: 2020 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check existence of matrix-goofys service


Loading…
取消
儲存