add stop server

This commit is contained in:
2022-10-05 23:37:45 +02:00
parent eff7622918
commit 73b5b7b867
17 changed files with 147 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
---
# tasks file for server
- name: Stopping existing service
community.docker.docker_compose:
project_src: /home/valentin/db
state: absent
register: output
- name: Debug output
debug:
var: output