1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/aurweb/handlers/main.yml
Giancarlo Razzolini 68ac0ae158
wip/aur: Fix linting issues
The wip/aur branch was not checked for linting issues. Some of them were fixed,
but, particularly the git commands for setting the AUR repo, were skipped, because
the git module does not necessarily cover all the needs. Might be worth taking a look
about it on the future.
2020-07-23 11:03:40 -03:00

12 lines
221 B
YAML

---
- name: daemon reload
systemd:
daemon-reload: yes
- name: restart php-fpm@{{ aurweb_user }}
service: name=php-fpm@{{ aurweb_user }} state=restarted
- name: restart sshd
service: name=sshd state=restarted