Skip to content

Commit 3416416

Browse files
author
mafyuh
committedDec 20, 2024
Update ansible/playbooks/deploy-docker.yml
1 parent 2bc7789 commit 3416416

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎ansible/playbooks/deploy-docker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
remove_orphans: true
2222

2323
- name: Run Docker Command
24-
command: docker compose ps
24+
command: docker compose ps
25+
args:
26+
chdir: "{{ repo_path }}"
2527
register: docker_output
2628

2729
- name: Display Docker Output

0 commit comments

Comments
 (0)
Please sign in to comment.