ipaclient/action_plugins/ipaclient_get_otp: Only require gssapi for keytab

gssapi is only needed for OTP if keytab is used. The common case with
password does not require gssapi.

This change also fixes the new ansible 2.8 failure if gssapi is not
installed on the controller. Ansible 2.8 seems to also transfer and load
action plugins to the node if they are not used.
This commit is contained in:
Thomas Woerner
2019-05-31 17:14:19 +02:00
parent 1b1198a091
commit 5bdaa9aa6f
2 changed files with 8 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Requirements
**Controller**
* Ansible version: 2.5+
* python3-gssapi is required on the controller if a one time password (OTP) is used to install the client.
* python3-gssapi is required on the controller if a one time password (OTP) is used with keytab to install the client.
**Node**
* Supported FreeIPA version (see above)