mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 15:04:23 +02:00
7 lines
223 B
YAML
7 lines
223 B
YAML
---
|
|
- name: restart nextcloud nginx service
|
|
command:
|
|
cmd: "docker exec {{ nextcloud_proxy_name }} nginx -s reload"
|
|
listen: restart nextcloud nginx service
|
|
ignore_errors: true # Ignoring if container is restarting
|