kolla-ansible/ansible/roles/mistral/tasks/main.yml
SamYaple 0995a40100 Allow mistral role to pull images
Change-Id: Id5e56f62dff4fc7bc52641a56abab3ee88a25740
Partially-Implements: blueprint pre-pull-images
2016-01-07 16:00:43 +00:00

9 lines
154 B
YAML

---
- include: "{{ action }}.yml"
when: not common_run
- name: Registering common role has run
set_fact:
common_run: True
when: not common_run