7f6305980d
If we consolidate these we can focus on one implementation (the new ansible based one used for docker-steps) Change-Id: Iec0ad2278d62040bf03613fc9556b199c6a80546 Depends-On: Ifa2afa915e0fee368fb2506c02de75bf5efe82d5
5 lines
245 B
YAML
5 lines
245 B
YAML
# Note the include here is the same as post.j2.yaml but the data used at
|
|
# # the time of rendering is different if any roles disable upgrades
|
|
{% set roles = roles|rejectattr('disable_upgrade_deployment')|list -%}
|
|
{% include 'deploy-steps.j2' %}
|