Skip to content

Commit bcde8e5

Browse files
authored
TOOL-12429 delphix-platform fails to build using latest ansible version (#339)
1 parent d89c361 commit bcde8e5

File tree

1 file changed

+4
-2
lines changed
  • bootstrap/roles/delphix-platform.bootstrap/tasks

1 file changed

+4
-2
lines changed

bootstrap/roles/delphix-platform.bootstrap/tasks/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
- python3-docker
2727

2828
- docker_image:
29-
path: "{{ toplevel.stdout }}/docker"
29+
build:
30+
path: "{{ toplevel.stdout }}/docker"
3031
name: delphix-platform
31-
force: true
32+
source: build
33+
force_source: true

0 commit comments

Comments
 (0)