??????????????
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ËddlmZmZmZeZidd6dgd6dd6ZdZd Zd Z dd l m Z dd l m Z mZdd lmZddlmZddlmZd„ZedkrÇeƒndS(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bys© --- module: tempfile version_added: "2.3" short_description: Creates temporary files and directories description: - The C(tempfile) module creates temporary files and directories. C(mktemp) command takes different parameters on various systems, this module helps to avoid troubles related to that. Files/directories created by module are accessible only by creator. In case you need to make them world-accessible you need to use M(file) module. - For Windows targets, use the M(win_tempfile) module instead. options: state: description: - Whether to create file or directory. type: str choices: [ directory, file ] default: file path: description: - Location where temporary file or directory should be created. - If path is not specified, the default system temporary directory will be used. type: path prefix: description: - Prefix of file/directory name created by module. type: str default: ansible. suffix: description: - Suffix of file/directory name created by module. type: str default: "" seealso: - module: file - module: win_tempfile author: - Krzysztof Magosa (@krzysztof-magosa) sp - name: create temporary build directory tempfile: state: directory suffix: build - name: create temporary file tempfile: state: file suffix: temp register: tempfile_1 - name: use the registered var and the file module to remove the temporary file file: path: "{{ tempfile_1.path }}" state: absent when: tempfile_1.path is defined sx path: description: Path to created file or directory returned: success type: str sample: "/tmp/ansible.bMlvdk" (tclose(tmkstemptmkdtemp(t format_exc(t AnsibleModule(t to_nativecC`s[tdtdtdddddddgƒd tdd ƒd tdddd ƒd tdddd ƒƒƒ}y¶|jddkrÅtd |jd d |jd d|jd ƒ\}}t|ƒnF|jddkr td |jd d |jd d|jd ƒ}n|jdtd |ƒWn2tk rV}|j dt |ƒdt ƒƒnXdS(Nt argument_spectstatettypetstrtdefaulttfiletchoicest directorytpathtprefixsansible.tsuffixttdirtchangedtmsgt exception( R tdicttparamsR RR t exit_jsontTruet Exceptiont fail_jsonR R (tmodulethandleRte((sB/usr/lib/python2.7/site-packages/ansible/modules/files/tempfile.pytmainYs*!     t__main__N(t __future__RRRRt __metaclass__tANSIBLE_METADATAt DOCUMENTATIONtEXAMPLEStRETURNtosRttempfileR R t tracebackR tansible.module_utils.basicR tansible.module_utils._textR R't__name__(((sB/usr/lib/python2.7/site-packages/ansible/modules/files/tempfile.pyts   '