Skip to content

Commit

Permalink
Fix missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 22, 2023
1 parent 020b2e2 commit 64bff01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/tljh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# Pull the repo2docker image to build user images
- name: Pull the repo2docker Docker image
docker_image:
name: {{ repo2docker_docker_name }}
tag: {{ repo2docker_docker_tag }}
name: "{{ repo2docker_docker_name }}"
tag: "{{ repo2docker_docker_tag }}"
source: pull
force_source: yes

0 comments on commit 64bff01

Please sign in to comment.