kolla/ansible/roles/horizon/tasks/pull.yml

8 lines
211 B
YAML

---
- name: Pulling horizon image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
when: inventory_hostname in groups['horizon']