diff options
Diffstat (limited to 'docker/post-upgrade.j2.yaml')
-rw-r--r-- | docker/post-upgrade.j2.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/post-upgrade.j2.yaml b/docker/post-upgrade.j2.yaml deleted file mode 100644 index 4477f868..00000000 --- a/docker/post-upgrade.j2.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# 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 'docker-steps.j2' %} |