aboutsummaryrefslogtreecommitdiffstats
path: root/common/post-upgrade.j2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'common/post-upgrade.j2.yaml')
-rw-r--r--common/post-upgrade.j2.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/post-upgrade.j2.yaml b/common/post-upgrade.j2.yaml
index 7cd6abdf..af47c6ea 100644
--- a/common/post-upgrade.j2.yaml
+++ b/common/post-upgrade.j2.yaml
@@ -1,4 +1,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 roles = roles|rejectattr('disable_upgrade_deployment')|list -%}
+{% set enabled_roles = roles|rejectattr('disable_upgrade_deployment')|list -%}
{% include 'deploy-steps.j2' %}