2024-02-03 21:47:53 +00:00
|
|
|
- name: "Restart Nextcloud App"
|
2024-02-03 21:12:59 +00:00
|
|
|
ansible.builtin.service:
|
2024-02-03 21:47:53 +00:00
|
|
|
name: nextcloud-ngx
|
2024-02-03 21:12:59 +00:00
|
|
|
state: restarted
|
|
|
|
|
2024-02-03 21:47:53 +00:00
|
|
|
- name: "Restart Nextcloud Redis"
|
2024-02-03 21:12:59 +00:00
|
|
|
systemd_service:
|
2024-02-03 21:47:53 +00:00
|
|
|
name: nextcloud-redis
|
2024-02-03 21:12:59 +00:00
|
|
|
state: restarted
|
|
|
|
|
2024-02-03 21:47:53 +00:00
|
|
|
- name: "Restart Nextcloud Cron"
|
2024-02-03 21:12:59 +00:00
|
|
|
systemd_service:
|
2024-02-03 21:47:53 +00:00
|
|
|
name: nextcloud-cron
|
2024-02-03 21:12:59 +00:00
|
|
|
state: restarted
|
|
|
|
|
2024-02-03 21:47:53 +00:00
|
|
|
- name: "Restart Nextcloud Web"
|
2024-02-03 21:12:59 +00:00
|
|
|
systemd_service:
|
2024-02-03 21:47:53 +00:00
|
|
|
name: nextcloud-web
|
2024-02-03 21:12:59 +00:00
|
|
|
state: restarted
|
|
|
|
|
2024-02-03 21:47:53 +00:00
|
|
|
- name: "Restart Nextcloud Postgres"
|
2024-02-03 21:12:59 +00:00
|
|
|
systemd_service:
|
2024-02-03 21:47:53 +00:00
|
|
|
name: nextcloud-postgres
|
2024-02-03 21:12:59 +00:00
|
|
|
state: restarted
|