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

11 lines
312 B
YAML

---
- name: Install multischleuder repository
ansible.builtin.apt:
deb: https://git.kabelsalat.ch/s3lph/-/packages/debian/repo.s3lph.me-apt-source/0.2-2/files/3003
- name: Install multischleuder
ansible.builtin.apt:
name: multischleuder
update_cache: true
when: "not multischleuder_download"