Stashing my work

This commit is contained in:
2021-01-25 21:15:47 -06:00
parent 8b7f8e4beb
commit 7f1fcdfea2
4 changed files with 52 additions and 0 deletions

8
handlers/main.yml Normal file
View File

@@ -0,0 +1,8 @@
# vim:ft=ansible:
---
- name: "restart pleroma {{ pleroma_name }}"
systemd:
name: "pleroma@{{ pleroma_name }}"
state: restarted
become: yes
when: pleroma_enabled