2018-03-01 06:34:55 +01:00
|
|
|
---
|
2018-09-09 10:18:39 +02:00
|
|
|
- name: restart nginx
|
2018-03-01 06:34:55 +01:00
|
|
|
systemd:
|
|
|
|
name: nginx
|
2018-09-09 10:18:39 +02:00
|
|
|
state: restarted
|
2018-06-15 09:04:33 +02:00
|
|
|
|
|
|
|
- name: restart cron
|
|
|
|
systemd:
|
|
|
|
name: cron
|
|
|
|
state: restarted
|