Update ansible/playbooks/deploy-docker.yml
This commit is contained in:
parent
2bc7789191
commit
34164161e6
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
- name: Run Docker Command
|
||||
command: docker compose ps
|
||||
args:
|
||||
chdir: "{{ repo_path }}"
|
||||
register: docker_output
|
||||
|
||||
- name: Display Docker Output
|
||||
|
|
Loading…
Add table
Reference in a new issue