roundcube: First draft of role

This commit is contained in:
Timo Makinen 2023-02-04 18:17:42 +00:00
parent 9a988bf637
commit 42cb1c86c9
7 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
- name: Restart roundcube
ansible.builtin.systemd:
name: roundcube-container
daemon_reload: true
state: restarted