Skip to content
Snippets Groups Projects
Commit ea77aa28 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

library/ipatest.py: Fixed example descriptions

parent 6482a0d1
Branches
Tags
No related merge requests found
......@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment