mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
ipaclient_get_facts: Fix closing bracket does not match indentation
This patch is needed to pass Automation Hub tests.
This commit is contained in:
@@ -124,7 +124,7 @@ def get_ipa_conf():
|
|||||||
basedn=basedn,
|
basedn=basedn,
|
||||||
realm=realm,
|
realm=realm,
|
||||||
domain=domain
|
domain=domain
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def get_ipa_version():
|
def get_ipa_version():
|
||||||
@@ -151,7 +151,7 @@ def get_ipa_version():
|
|||||||
vendor_version=version.VENDOR_VERSION,
|
vendor_version=version.VENDOR_VERSION,
|
||||||
version=version.VERSION,
|
version=version.VERSION,
|
||||||
version_info=version_info
|
version_info=version_info
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
@@ -197,7 +197,7 @@ def main():
|
|||||||
module.exit_json(
|
module.exit_json(
|
||||||
changed=False,
|
changed=False,
|
||||||
ansible_facts=dict(ipa=facts)
|
ansible_facts=dict(ipa=facts)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user