legacy-server-config/nextcloud/stop.yml

7 lines
136 B
YAML
Raw Permalink Normal View History

2021-01-01 15:09:53 +00:00
---
- hosts: teier.eu
gather_facts: no
tasks:
tasks:
- name: Stop nextcloud
shell: "cd /dc/nextcloud && docker-compose stop"