From 6f4f10fd39170a38caf7b0fd8aaba56419056cd5 Mon Sep 17 00:00:00 2001 From: alabdao <139594838+alabdao@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:56:18 -0400 Subject: [PATCH] re-enable container pulls (#721) --- infrastructure/ansible/provision_compute_only.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/ansible/provision_compute_only.yaml b/infrastructure/ansible/provision_compute_only.yaml index 2356d2b0f..23b814c91 100644 --- a/infrastructure/ansible/provision_compute_only.yaml +++ b/infrastructure/ansible/provision_compute_only.yaml @@ -59,8 +59,8 @@ ansible.builtin.include_tasks: tasks/install_bacalhau_tasks.yaml tags: bacalhau - # - name: Pull common containers - # ansible.builtin.include_tasks: tasks/pull_common_containers.yaml + - name: Pull common containers + ansible.builtin.include_tasks: tasks/pull_common_containers.yaml handlers: - name: Restart docker