aboutsummaryrefslogtreecommitdiffstats
path: root/common/post-upgrade.j2.yaml
blob: af47c6ea2c0c82c66a100daaf22bfea3b865b159 (plain)
1
2
3
4
# 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 enabled_roles = roles|rejectattr('disable_upgrade_deployment')|list -%}
{% include 'deploy-steps.j2' %}