7 lines
225 B
YAML
Raw Permalink Normal View History

2025-02-10 22:42:08 +01:00
---
- name: restart docker nginx service
command:
cmd: "docker exec {{nextcloud_nginx_container_name}} nginx -s reload"
listen: restart docker nginx service
2025-02-11 04:49:21 +01:00
ignore_errors: true # Ignoring if container is restarting