File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 111111 - ad_integration_manage_crypto_policies | bool
112112 # Fedora and RHEL8+
113113 - (ansible_distribution == "Fedora" or
114- (ansible_distribution in ['CentOS', 'RedHat'] and
114+ (ansible_distribution in __lsr_redhat_clones and
115115 ansible_distribution_version is version('8', '>=')))
116116
117117# # RHEL9 uses the AD-SUPPORT-LEGACY policy for RC4,
123123 crypto_policies_policy : " DEFAULT:AD-SUPPORT-LEGACY"
124124 when :
125125 - ad_integration_allow_rc4_crypto | bool
126- - ansible_distribution in ['CentOS', 'RedHat']
126+ - ansible_distribution in __lsr_redhat_clones
127127 - ansible_distribution_version is version('9', '>=')
128128
129129- name : Grab existing domain settings from sssd.conf if we want to merge
You can’t perform that action at this time.
0 commit comments