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