Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment