diff --git a/library/ipatest.py b/library/ipatest.py index 2d8304ea8d0088b589746b770a88ed5962c28732..a0dec7e0c29fd508672fd0019639969de68e548b 100644 --- a/library/ipatest.py +++ b/library/ipatest.py @@ -60,7 +60,7 @@ author: ''' EXAMPLES = ''' -# Join IPA to get the keytab +# Test IPA with local keytab - name: Test IPA in force mode with maximum 5 kinit attempts ipatest: servers: ["server1.example.com","server2.example.com"] @@ -70,7 +70,7 @@ EXAMPLES = ''' hostname: client1.example.com kinit_attempts: 5 -# Join IPA to get the keytab using ipadiscovery return values +# Test IPA with ipadiscovery return values - name: Join IPA ipajoin: servers: "{{ ipadiscovery.servers }}"