Stashing my work
This commit is contained in:
8
handlers/main.yml
Normal file
8
handlers/main.yml
Normal 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
|
Reference in New Issue
Block a user