library/ipatest.py: Fixed example descriptions

This commit is contained in:
Thomas Woerner
2017-10-05 10:41:01 +02:00
parent 6482a0d1c3
commit ea77aa2820

View File

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