rocketchat: First version of role

This commit is contained in:
Timo Makinen 2024-03-16 18:00:27 +00:00
parent 1f10474860
commit 1952f5f96e
8 changed files with 111 additions and 0 deletions

View file

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