mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-24 07:54:11 +01:00
7 lines
115 B
YAML
7 lines
115 B
YAML
|
---
|
||
|
|
||
|
- name: Ensure openssl installed (Archlinux)
|
||
|
community.general.pacman:
|
||
|
name: openssl
|
||
|
state: present
|