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