Skip to content
Snippets Groups Projects
Commit 11bf327c authored by Thomas Woerner's avatar Thomas Woerner
Browse files

roles/ipaclient/defaults/main.yml: Do not use false string for bool values

parent fb8075c1
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment