9 lines
196 B
YAML
9 lines
196 B
YAML
|
---
|
||
|
|
||
|
- name: Restart nextcloud nginx fpm proxy container
|
||
|
listen: restart-nextcloud-nginx
|
||
|
docker_container:
|
||
|
name: "{{ nextcloud_nginx_container_name }}"
|
||
|
state: started
|
||
|
restart: yes
|