diff --git a/playbooks/container-image/pre.yaml b/playbooks/container-image/pre.yaml index 67d96b3..8816cc8 100644 --- a/playbooks/container-image/pre.yaml +++ b/playbooks/container-image/pre.yaml @@ -8,6 +8,7 @@ when: "container_command | default('podman') != 'docker'" include_role: name: ensure-podman - - name: Pull from intermediate registry - include_role: - name: pull-from-intermediate-registry + +- hosts: localhost + roles: + - pull-from-intermediate-registry