0995a40100
Change-Id: Id5e56f62dff4fc7bc52641a56abab3ee88a25740 Partially-Implements: blueprint pre-pull-images
9 lines
154 B
YAML
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
|