ansible-collection-mailserver/roles/easywks/tasks/install.yml

10 lines
253 B
YAML

---
- name: Install EasyWKS repository
ansible.builtin.apt:
deb: https://git.kabelsalat.ch/s3lph/-/packages/debian/repo.s3lph.me-apt-source/0.2-2/files/3003
- name: Install EasyWKS
ansible.builtin.apt:
name: easywks
update_cache: true