mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
The daemon_reload is specific to systemd and produce a warning in ansible-lint Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
3 lines
84 B
YAML
3 lines
84 B
YAML
- name: Restart promtail
|
|
systemd: name=promtail daemon_reload=yes state=restarted
|