Alright, this shoooould be functional

This commit is contained in:
2021-01-25 21:46:22 -06:00
parent 7f1fcdfea2
commit 628f5611e4
4 changed files with 132 additions and 4 deletions

View File

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