Skip to content
Snippets Groups Projects
Commit c5a766e2 authored by ale's avatar ale
Browse files

Bypass rollback protection based on the value of the 'rollback' variable

parent 6a2728a3
No related branches found
No related tags found
No related merge requests found
Pipeline #2918 failed
...@@ -18,5 +18,3 @@ backup_repository_restic_password: "" ...@@ -18,5 +18,3 @@ backup_repository_restic_password: ""
# A fallback SSH key that can be used in an emergency to login as root. # A fallback SSH key that can be used in an emergency to login as root.
emergency_ssh_key: "" emergency_ssh_key: ""
# Bypass rollback protection in production.
skip_rollback_protection: false
---
# Define the 'rollback' variable to bypass rollback protection.
skip_rollback_protection: "{{ rollback | default(False) | bool }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment