1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-01-29 18:04:11 +02:00

7 lines
102 B
YAML

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