library/ipatest.py: Drop unused prinipal from module parameters

The principal is not used and needed in the module, therefore it got removed.
This commit is contained in:
Thomas Woerner
2017-10-05 10:39:43 +02:00
parent c696ea3ebf
commit 6482a0d1c3
2 changed files with 0 additions and 8 deletions

View File

@@ -35,7 +35,6 @@
realm: "{{ ipadiscovery.realm }}"
hostname: "{{ ipadiscovery.hostname }}"
kdc: "{{ ipadiscovery.kdc }}"
principal: "{{ ipaadmin_principal if not ipaclient_use_otp | bool else '' }}"
kinit_attempts: "{{ ipaclient_kinit_attempts | default(omit) }}"
register: ipatest