Skip to content
Snippets Groups Projects
Commit 6998dc78 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #3 from flo-renaud/fixotp_forcejoin

Fix otp + force-join usecase
parents a1eb56d5 92d73ae2
Branches
Tags
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
- name: Install - Disable One-Time Password for client with working krb5.keytab - name: Install - Disable One-Time Password for client with working krb5.keytab
set_fact: set_fact:
ipaclient_use_otp: "no" ipaclient_use_otp: "no"
when: ipaclient_use_otp | bool and ipatest.krb5_keytab_ok when: ipaclient_use_otp | bool and ipatest.krb5_keytab_ok and not ipaclient_force_join | bool
# The following block is executed when using OTP to enroll IPA client # The following block is executed when using OTP to enroll IPA client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment