From ea77aa282014989574af2a07cb554aded6cc30a6 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Thu, 5 Oct 2017 10:41:01 +0200 Subject: [PATCH] library/ipatest.py: Fixed example descriptions --- library/ipatest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ipatest.py b/library/ipatest.py index 2d8304ea..a0dec7e0 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 }}" -- GitLab