10 lines
183 B
YAML
10 lines
183 B
YAML
---
|
|
|
|
- name: restart-nextcloud
|
|
community.docker.docker_container:
|
|
name: "{{ nextcloud_container_name }}"
|
|
state: started
|
|
restart: true
|
|
comparisons:
|
|
'*': ignore
|