Skip to content

Commit

Permalink
add manual docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
anixon604 committed Oct 28, 2024
1 parent 779039a commit f092ff9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/node-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@
-config.file=/etc/promtail/promtail-config.yaml
-config.expand-env=true
- 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 }}

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

0 comments on commit f092ff9

Please sign in to comment.