diff --git a/roles/installer/tasks/scale_down_deployment.yml b/roles/installer/tasks/scale_down_deployment.yml index 6f0a63ef..5e8ee038 100644 --- a/roles/installer/tasks/scale_down_deployment.yml +++ b/roles/installer/tasks/scale_down_deployment.yml @@ -16,6 +16,7 @@ namespace: "{{ ansible_operator_meta.namespace }}" replicas: 0 wait: yes + wait_timeout: "{{ termination_grace_period_seconds | default(120) }}" loop: - "{{ ansible_operator_meta.name }}-task" - "{{ ansible_operator_meta.name }}-web"