You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/preflight/tasks/main.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,4 @@
41
41
- name: Check conditions in variables (1. dynamic config)
42
42
ansible.builtin.fail:
43
43
msg: "Impossible to use ydb_enforce_user_token_requirement and ydb_request_client_certificate together"
44
-
when: ydb_enforce_user_token_requirement|bool and ydb_request_client_certificate|bool
44
+
when: ydb_use_dynamic_config is defined and ydb_use_dynamic_config|bool and ydb_enforce_user_token_requirement|bool and ydb_request_client_certificate|bool
0 commit comments