Skip to content
Snippets Groups Projects
Verified Commit 59281b03 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

roles/archwiki: Initial handlers commit

Add a handlers entry for reloading systemd and restarting the php-fpm
unit.
parent efd1ff60
No related branches found
No related tags found
No related merge requests found
---
- name: daemon reload
command: systemctl daemon-reload
- name: restart php-fpm@archwiki
service: name=php-fpm@{{ archwiki_user }} state=restarted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment