add karma role

This commit is contained in:
2022-08-30 07:46:29 -05:00
parent 8122bd25d7
commit 4541bab1bc
9 changed files with 234 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: restart karma
systemd:
name: karma.service
daemon_reload: true
state: restarted