8 lines
130 B
YAML
8 lines
130 B
YAML
---
|
|
|
|
- name: restart-nextcloud
|
|
docker_container:
|
|
name: "{{ nextcloud_container_name }}"
|
|
state: started
|
|
restart: yes
|