--- - name: Pulling common images kolla_docker: action: "pull_image" common_options: "{{ docker_common_options }}" image: "{{ item.value.image }}" when: - item.value.enabled | bool with_dict: "{{ common_services }}"