add stop server
This commit is contained in:
13
stop-server/tasks/main.yml
Normal file
13
stop-server/tasks/main.yml
Normal 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
|
Reference in New Issue
Block a user