??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
ó àUdac@`sŽddlmZmZmZeZddlmZddlm Z ddl m Z ddl m Z e ƒZdgZde fd„ƒYZdS( i(tabsolute_importtdivisiontprint_function(tabstractmethod(tAnsibleFileNotFound(t AnsiblePlugin(tDisplayt LookupBasecB`skeZddd„Zd„Zed„ƒZed„ƒZed„ƒZe dd„ƒZ e d„Z RS(cK`s2tt|ƒjƒ||_||_t|_dS(N(tsuperRt__init__t_loadert_templartdisplayt_display(tselftloaderttemplartkwargs((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/__init__.pyR #s  cC`s%d|kr|dS|jjƒSdS(Nt role_path(R t get_basedir(Rt variables((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/__init__.pyR-s cC`sMg}x@|D]8}t|ttfƒr8|j|ƒq |j|ƒq W|S(N(t isinstancetlistttupletextendtappend(ttermstrettterm((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/__init__.pyt_flatten3s  cC`sHg}x;|D]3}x*|D]"}|jtj||gƒƒqWq W|S(N(RRR(tatbtresultstxty((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/__init__.pyt_combine=s   $cC`s:g}x-|D]%}|ji|d6||d6ƒq W|S(Ntkeytvalue(R(RRR$((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/__init__.pyt_flatten_hash_to_listEs #cK`sdS(sÁ When the playbook specifies a lookup, this method is run. The arguments to the lookup become the arguments to this method. One additional keyword argument named ``variables`` is added to the method call. It contains the variables available to ansible at the time the lookup is templated. For instance:: "{{ lookup('url', 'https://toshio.fedorapeople.org/one.txt', validate_certs=True) }}" would end up calling the lookup plugin named url's run method like this:: run(['https://toshio.fedorapeople.org/one.txt'], variables=available_variables, validate_certs=True) Lookup plugins can be used within playbooks for looping. When this happens, the first argument is a list containing the terms. Lookup plugins can also be called from within playbooks to return their values into a variable or parameter. If the user passes a string in this case, it is converted into a list. Errors encountered during execution should be returned by raising AnsibleError() with a message describing the error. Any strings returned by this method that could ever contain non-ascii must be converted into python's unicode type as the strings will be run through jinja2 which has this requirement. You can use:: from ansible.module_utils._text import to_text result_string = to_text(result_string) N((RRRR((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/__init__.pytrunLscC`s‚d|kr|d}n|j|ƒg}d}y|jj|||ƒ}Wn.tk r}|s~|jjd|ƒq~nX|S(sL Return a file (needle) in the task's expected search path. tansible_search_paths?Unable to find '%s' in expected paths (use -vvvvv to see paths)N(RtNoneR tpath_dwim_relative_stackRR twarning(Rtmyvarstsubdirtneedletignore_missingtpathstresult((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/__init__.pytfind_file_in_search_pathls   N( t__name__t __module__R)R Rt staticmethodRR#R&RR'tFalseR2(((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/__init__.pyR!s  N(t __future__RRRttypet __metaclass__tabcRtansible.errorsRtansible.pluginsRtansible.utils.displayRR t__all__R(((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/__init__.pyts