Skip to content

Commit

Permalink
fixed node-install.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrishnath committed Nov 1, 2024
1 parent f092ff9 commit 3976096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/node-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
- name: Pull docker images (in case they are not present or outdated)
ansible.builtin.command: docker pull {{ item }}
loop:
- {{ host_docker_build_tag }}
- {{ enclave_docker_build_tag }}
- "{{ host_docker_build_tag }}"
- "{{ enclave_docker_build_tag }}"

- name: Run go-ten node
ansible.builtin.command: >
Expand Down

0 comments on commit 3976096

Please sign in to comment.