mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-29 22:37:56 +01:00 
			
		
		
		
	Add license information to files in bin/
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
		| @@ -1,4 +1,10 @@ | ||||
| #!/usr/bin/env bash | ||||
|  | ||||
| # SPDX-FileCopyrightText: 2022 - 2024 MDAD project contributors | ||||
| # SPDX-FileCopyrightText: 2024 Slavi Pantaleev | ||||
| # | ||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | ||||
|  | ||||
| # | ||||
| # Run the playbook on multiple hosts with different credentials with this script | ||||
| # It defaults to ansible tags "setup-all,start". You can pass alternative tags | ||||
|   | ||||
| @@ -1,4 +1,9 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| # SPDX-FileCopyrightText: 2024 Slavi Pantaleev | ||||
| # | ||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | ||||
|  | ||||
| set -euxo pipefail | ||||
|  | ||||
| # This script rebuilds the mautrix-meta-instagram Ansible role, using the mautrix-meta-messenger role as a source. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user