legacy-server-config/postgres/stop.yml

7 lines
126 B
YAML
Raw Normal View History

2021-01-17 16:37:14 +00:00
---
- hosts: teier.eu
gather_facts: no
tasks:
- name: Stop Postgres
shell: "cd /dc/postgres && docker-compose stop"