Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Feb 14, 2024
1 parent 72907d3 commit 43b3110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
src: "roles/DockerStatic/Dockerfiles/Dockerfile.{{ docker_image }}"
dest: "/tmp/Dockerfiles/Dockerfile.{{ docker_image }}"

- name: Translate architecture in dockerfiles
- name: Translate architecture in dockerfile
replace:
dest: /tmp/Dockerfiles/Dockerfile.{{ docker_image }}
regexp: "arch=x64"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
loop: "{{ docker_images_list }}"
register: dockerfiles_exist

- name: Debug, print dockerfiles_exist
debug:
msg: "{{ dockerfiles_exist }}"

- name: Fail if dockerfile does not exist
fail:
msg: "{{ item.invocation.module_args.path }} does not exist"
Expand Down

0 comments on commit 43b3110

Please sign in to comment.