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
Describe the bug
I am trying to disable the ldap_allow_unauthenticated option, which is enabled by default when creating a new LDAP authentication server.
I can re-enable it after manually disabling the option.
Same with ldap_rfc2307, but this option is not enabled by default.
I can enable both by setting them to true in the playbook, but cannot disable them by setting them to false in the playbook.
There is no error when running the playbook.
I tried FALSE, false, False, "FALSE", "false" and "False".
Expected behavior
Options will either be checked when setting them to true or unchecked when setting them to false in the playbook.
Playbook
Please paste a minimal playbook to reproduce the issue:
Describe the bug
I am trying to disable the ldap_allow_unauthenticated option, which is enabled by default when creating a new LDAP authentication server.
I can re-enable it after manually disabling the option.
Same with ldap_rfc2307, but this option is not enabled by default.
I can enable both by setting them to true in the playbook, but cannot disable them by setting them to false in the playbook.
There is no error when running the playbook.
I tried FALSE, false, False, "FALSE", "false" and "False".
Expected behavior
Options will either be checked when setting them to true or unchecked when setting them to false in the playbook.
Playbook
Please paste a minimal playbook to reproduce the issue:
Output
Please paste the ansible output run with
-vv
:Environment
0.6.2
2.16.3
2.7.2
The text was updated successfully, but these errors were encountered: