??????????????
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@`sddlmZmZmZeZdZdZdZddl m Z m Z ddl m Z ddlmZddlmZeZd e fd YZd S( i(tabsolute_importtdivisiontprint_functions lookup: file author: Daniel Hokka Zakrisson version_added: "0.9" short_description: read file contents description: - This lookup returns the contents from a file on the Ansible controller's file system. options: _terms: description: path(s) of files to read required: True rstrip: description: whether or not to remove whitespace from the ending of the looked-up file type: bool required: False default: True lstrip: description: whether or not to remove whitespace from the beginning of the looked-up file type: bool required: False default: False notes: - if read in variable context, the file can be interpreted as YAML if the content is valid to the parser. - this lookup does not understand 'globing', use the fileglob lookup instead. s - debug: msg="the value of foo.txt is {{lookup('file', '/etc/foo.txt') }}" - name: display multiple file contents debug: var=item with_file: - "/path/to/foo.txt" - "bar.txt" # will be looked in files/ dir relative to play or in role - "/path/to/biz.txt" s5 _raw: description: - content of file(s) (t AnsibleErrortAnsibleParserError(t LookupBase(tto_text(tDisplayt LookupModulecB`seZddZRS(c K`sg}x|D]}tjd||j|d|}tjd|y|r|jj|\}}t|dd} |jdtr| j } n|jdt r| j } n|j | n t Wq t k rtd|q Xq W|S( NsFile lookup term: %stfilesuFile lookup using %s as fileterrorstsurrogate_or_stricttlstriptrstrips#could not locate file in lookup: %s(tdisplaytdebugtfind_file_in_search_pathtvvvvt_loadert_get_file_contentsRtgettFalseR tTrueR tappendRR( tselfttermst variablestkwargstretttermt lookupfilet b_contentst show_datatcontents((s?/usr/lib/python2.7/site-packages/ansible/plugins/lookup/file.pytrun<s$   N(t__name__t __module__tNoneR"(((s?/usr/lib/python2.7/site-packages/ansible/plugins/lookup/file.pyR:sN(t __future__RRRttypet __metaclass__t DOCUMENTATIONtEXAMPLEStRETURNtansible.errorsRRtansible.plugins.lookupRtansible.module_utils._textRtansible.utils.displayRRR(((s?/usr/lib/python2.7/site-packages/ansible/plugins/lookup/file.pyts