2024-12-08 01:34:44 +09:00
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2022-11-05 09:15:35 +02:00
|
|
|
---
|
|
|
|
|
2022-11-05 12:10:59 +02:00
|
|
|
- name: Ensure openssl installed
|
|
|
|
ansible.builtin.package:
|
|
|
|
name: openssl
|
|
|
|
state: present
|