Browse Source

Add license information to files in matrix-common-after

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4138/head
Suguru Hirahara 1 year ago
parent
commit
c84c39fbc4
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
2 changed files with 14 additions and 0 deletions
  1. +9
    -0
      roles/custom/matrix-common-after/tasks/main.yml
  2. +5
    -0
      roles/custom/matrix-common-after/tasks/run_docker_prune.yml

+ 9
- 0
roles/custom/matrix-common-after/tasks/main.yml View File

@@ -1,3 +1,12 @@
# SPDX-FileCopyrightText: 2019 - 2023 Slavi Pantaleev
# SPDX-FileCopyrightText: 2019 Dan Arnfield
# SPDX-FileCopyrightText: 2019 Marcel Partap
# SPDX-FileCopyrightText: 2019 Stuart Mumford
# SPDX-FileCopyrightText: 2020 - 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Marko Weltzer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 5
- 0
roles/custom/matrix-common-after/tasks/run_docker_prune.yml View File

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2020 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Run Docker System Prune


Loading…
Cancel
Save