mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 13:53:23 +00:00
roles/ipaclient/defaults/main.yml: Do not use false string for bool values
This commit is contained in:
@@ -5,5 +5,5 @@ ipaclient_force_join: no
|
||||
ipaclient_ntp: no
|
||||
ipaclient_mkhomedir: no
|
||||
ipaclient_kinit_attempts: 5
|
||||
ipaclient_use_otp: "false"
|
||||
ipaclient_allow_repair: "false"
|
||||
ipaclient_use_otp: no
|
||||
ipaclient_allow_repair: no
|
||||
|
||||
Reference in New Issue
Block a user