mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
This release removes the php code and adjusts the location of .gz artifacts. Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
7 lines
116 B
YAML
7 lines
116 B
YAML
- name: Daemon reload
|
|
systemd:
|
|
daemon-reload: true
|
|
|
|
- name: Restart sshd
|
|
service: name=sshd state=restarted
|