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
Leonidas Spyropoulos 3a302b4f7f
aurweb: release 6.2.3
This release removes the php code and adjusts the location of .gz
artifacts.

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
2023-05-06 20:40:29 +01:00

7 lines
116 B
YAML

- name: Daemon reload
systemd:
daemon-reload: true
- name: Restart sshd
service: name=sshd state=restarted