mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
library/ipaclient.py: Fix mixture of tabs and spaces for Python3
This commit is contained in:
@@ -173,7 +173,7 @@ def get_ipa_conf():
|
|||||||
result = dict()
|
result = dict()
|
||||||
for item in ['basedn', 'realm', 'domain', 'server', 'host', 'xmlrpc_uri']:
|
for item in ['basedn', 'realm', 'domain', 'server', 'host', 'xmlrpc_uri']:
|
||||||
if parser.has_option('global', item):
|
if parser.has_option('global', item):
|
||||||
value = parser.get('global', item)
|
value = parser.get('global', item)
|
||||||
else:
|
else:
|
||||||
value = None
|
value = None
|
||||||
if value:
|
if value:
|
||||||
|
|||||||
Reference in New Issue
Block a user