Skip to content
Snippets Groups Projects
Commit bde3eb82 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

IPAAnsibleModule: cache IPA domain.

Some attributes retrieved by the IPA API backend don't change, and are
used more than once, in different places of the code. IPA API domain
is one of these attributes.

This patch adds a cache to the attribute, so there is only one request
for the API, improving access time to the object and alowing multiple
calls with no efficiency penalty.
parent 971fcc91
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment