mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
8 lines
124 B
YAML
8 lines
124 B
YAML
---
|
|
|
|
- name: restart nginx
|
|
service: name=nginx state=restarted
|
|
|
|
- name: reload nginx
|
|
service: name=nginx state=reloaded
|