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
There are two bugs with aaa_krb5, which cause the role to error.
aaa_krb5 in defaults/main.yml needs to be renamed to aaa_sso_krb5 to match the var in tasks/main.yml
Then the clause when: aaa_sso_krb5 is defined on line 93 of tasks/main.yml needs to be changed to when: aaa_sso_krb5, to match the other clauses in the file.
The text was updated successfully, but these errors were encountered:
There are two bugs with aaa_krb5, which cause the role to error.
aaa_krb5
in defaults/main.yml needs to be renamed toaaa_sso_krb5
to match the var in tasks/main.ymlThen the clause
when: aaa_sso_krb5 is defined
on line 93 of tasks/main.yml needs to be changed towhen: aaa_sso_krb5
, to match the other clauses in the file.The text was updated successfully, but these errors were encountered: