??????????????
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@`skddlmZmZmZeZidd6dgd6dd6ZdZd Zdd l Z dd l Z dd l m Z d Zy*dd lmZdd lmZeZWn#ek rΙe jƒZeZnXddlmZmZddlmZdZdefd„ƒYZd d„Z d„Z!d d„Z"d„Z#d„Z$d„Z%d„Z&e'dkrge&ƒnd S(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bys. --- module: layman author: "Jakub Jirutka (@jirutka)" version_added: "1.6" short_description: Manage Gentoo overlays description: - Uses Layman to manage an additional repositories for the Portage package manager on Gentoo Linux. Please note that Layman must be installed on a managed node prior using this module. requirements: - "python >= 2.6" - layman python module options: name: description: - The overlay id to install, synchronize, or uninstall. Use 'ALL' to sync all of the installed overlays (can be used only when C(state=updated)). required: true list_url: description: - An URL of the alternative overlays list that defines the overlay to install. This list will be fetched and saved under C(${overlay_defs})/${name}.xml), where C(overlay_defs) is readed from the Layman's configuration. state: description: - Whether to install (C(present)), sync (C(updated)), or uninstall (C(absent)) the overlay. default: present choices: [present, absent, updated] validate_certs: description: - If C(no), SSL certificates will not be validated. This should only be set to C(no) when no other option exists. Prior to 1.9.3 the code defaulted to C(no). type: bool default: 'yes' version_added: '1.9.3' ss # Install the overlay 'mozilla' which is on the central overlays list. - layman: name: mozilla # Install the overlay 'cvut' from the specified alternative list. - layman: name: cvut list_url: 'http://raw.github.com/cvut/gentoo-overlay/master/overlay.xml' # Update (sync) the overlay 'cvut', or install if not installed yet. - layman: name: cvut list_url: 'http://raw.github.com/cvut/gentoo-overlay/master/overlay.xml' state: updated # Update (sync) all of the installed overlays. - layman: name: ALL state: updated # Uninstall the overlay 'cvut'. - layman: name: cvut state: absent N(tpath(t LaymanAPI(t BareConfig(t AnsibleModuletmissing_required_lib(t fetch_urlsansible-httpgett ModuleErrorcB`seZRS((t__name__t __module__(((sG/usr/lib/python2.7/site-packages/ansible/modules/packaging/os/layman.pyRgscC`s.|dkr$tdtddƒ}nt|ƒS(slReturns the initialized ``LaymanAPI``. :param config: the layman's configuration to use (optional) tread_configfilet quietnessiN(tNoneR tTrueR (tconfig((sG/usr/lib/python2.7/site-packages/ansible/modules/packaging/os/layman.pyt init_laymanks cC`s«t|jdχstALLR)(R tdictRR,tHAS_LAYMAN_APIt fail_jsonR tLAYMAN_IMP_ERRR9RBR@R;RtmessageR.(RFR4R"R)R'((R!sG/usr/lib/python2.7/site-packages/ansible/modules/packaging/os/layman.pytmainθs0 (      t__main__((t __future__RRRRMt __metaclass__tANSIBLE_METADATAt DOCUMENTATIONtEXAMPLESRt tracebacktosRRRXt layman.apiR t layman.configR RRVt ImportErrort format_excR,tansible.module_utils.basicR R tansible.module_utils.urlsR Rt ExceptionRRR(R9R;R@RBRZR(((sG/usr/lib/python2.7/site-packages/ansible/modules/packaging/os/layman.pyts<   '        ,  &