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