Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions roles/common/tasks/config_validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,10 @@
when:
- "'control_center_next_gen' in groups"
- "groups['control_center_next_gen'] | length > 0"
- "'skip_control_center_next_gen_host_count_validation' not in ansible_run_tags"
tags:
- validate
- skip_control_center_next_gen_host_count_validation

- name: Validate OAuth Client Assertion Required Fields
assert:
Expand Down