Skip to content
Snippets Groups Projects
Commit 715942ce authored by SamYaple's avatar SamYaple
Browse files

Allow horizon role to pull images

Change-Id: Iea91c39733d56a9291287a78a44756d8d38ca71d
Partially-Implements: blueprint pre-pull-images
parent 260187c6
No related branches found
No related tags found
No related merge requests found
---
- include: config.yml
- include: start.yml
---
- include: config.yml
- include: start.yml
- include: "{{ action }}.yml"
---
- name: Pulling horizon image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
when: inventory_hostname in groups['horizon']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment