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