1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-01-17 17:44:44 +02:00

7 lines
102 B
YAML

---
- name: Ensure openssl installed
ansible.builtin.package:
name: openssl
state: present