Skip to content

Commit e2645fa

Browse files
committed
remove debug task
Signed-off-by: Thomas Sjögren <[email protected]>
1 parent 6e24cc8 commit e2645fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tasks/docker_compose.yml

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
path: "{{ docker_user_info.home }}/bin/docker-compose"
2323
register: docker_compose_bin
2424

25-
- name: Debug
26-
ansible.builtin.debug:
27-
msg: "{{ docker_compose_bin }}"
28-
2925
- name: Create cli-plugins directory
3026
ansible.builtin.file:
3127
path: "{{ docker_user_info.home }}/.docker/cli-plugins"

0 commit comments

Comments
 (0)