??????????????
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 d d l m Z m Z m Z e Z d Z y d d l Z Wn e k
rW d d l Z n Xd d l
m Z d d l m
Z
d e
f d YZ d S( i ( t absolute_importt divisiont print_functions
cache: pickle
short_description: Pickle formatted files.
description:
- This cache uses Python's pickle serialization format, in per host files, saved to the filesystem.
version_added: "2.3"
author: Brian Coca (@bcoca)
options:
_uri:
required: True
description:
- Path in which the cache plugin will save the files
env:
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION
ini:
- key: fact_caching_connection
section: defaults
_prefix:
description: User defined prefix to use when creating the files
env:
- name: ANSIBLE_CACHE_PLUGIN_PREFIX
ini:
- key: fact_caching_prefix
section: defaults
_timeout:
default: 86400
description: Expiration timeout for the cache plugin data
env:
- name: ANSIBLE_CACHE_PLUGIN_TIMEOUT
ini:
- key: fact_caching_timeout
section: defaults
N( t PY3( t BaseFileCacheModulet CacheModulec B` s e Z d Z d Z d Z RS( s2
A caching module backed by pickle files.
c C` sB t | d - } t r+ t j | d d St j | SWd QXd S( Nt rbt encodingt bytes( t openR t picklet load( t selft filepatht f( ( s@ /usr/lib/python2.7/site-packages/ansible/plugins/cache/pickle.pyt _load9 s c C` s2 t | d } t j | | d d Wd QXd S( Nt wbt protocoli ( R R
t dump( R t valueR
R ( ( s@ /usr/lib/python2.7/site-packages/ansible/plugins/cache/pickle.pyt _dumpA s ( t __name__t
__module__t __doc__R R ( ( ( s@ /usr/lib/python2.7/site-packages/ansible/plugins/cache/pickle.pyR 4 s ( t
__future__R R R t typet
__metaclass__t
DOCUMENTATIONt cPickleR
t ImportErrort ansible.module_utils.sixR t ansible.plugins.cacheR R ( ( ( s@ /usr/lib/python2.7/site-packages/ansible/plugins/cache/pickle.pyt s "