Suguru Hirahara c6babc1202
Add license information to files in matrix-base
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-03-03 17:57:17 +09:00

11 lines
197 B
YAML

# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure openssl installed
ansible.builtin.package:
name: openssl
state: present