??????????????
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@`sddlmZmZmZeZidd6dgd6dd6ZdZd Zd Z dd l Z dd l m Z m Z d Zydd lmZWn#ek re jZeZnXeZdZdZedkrend S(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bys# --- author: "Jan Christian Grünhage (@jcgruenhage)" module: matrix short_description: Send notifications to matrix description: - This module sends html formatted notifications to matrix rooms. version_added: "2.8" options: msg_plain: description: - Plain text form of the message to send to matrix, usually markdown required: true msg_html: description: - HTML form of the message to send to matrix required: true room_id: description: - ID of the room to send the notification to required: true hs_url: description: - URL of the homeserver, where the CS-API is reachable required: true token: description: - Authentication token for the API call. If provided, user_id and password are not required user_id: description: - The user id of the user password: description: - The password to log in with requirements: - matrix-client (Python library) s - name: Send matrix notification with token matrix: msg_plain: "**hello world**" msg_html: "hello world" room_id: "!12345678:server.tld" hs_url: "https://matrix.org" token: "{{ matrix_auth_token }}" - name: Send matrix notification with user_id and password matrix: msg_plain: "**hello world**" msg_html: "hello world" room_id: "!12345678:server.tld" hs_url: "https://matrix.org" user_id: "ansible_notification_bot" password: "{{ matrix_auth_password }}" t N(t AnsibleModuletmissing_required_lib(t MatrixClientcC`stdtdddtdtdddtdtdddtdtdddtdtdddtd td tdddtd tdddtd t}td td d}td|dd dggdd dggdd d ggdt}ts$|jdtddtn|jr1|St |j d}|j ddk rm|j d|j _ n$|j|j d |j d dt|j|j d}|j|j d|j d|j|dS(Nt msg_plainttypetstrtrequiredtmsg_htmltroom_idths_urlttokentno_logtuser_idtpasswordtchangedtmessagett argument_spectmutually_exclusivetrequired_one_oftrequired_togethertsupports_check_modetmsgs matrix-clientt exceptiontsync(tdicttTruetFalseR t matrix_foundt fail_jsonR tMATRIX_IMP_ERRt check_modeR tparamstNonetapiRtlogint join_roomt send_htmlt exit_json(t module_argstresulttmoduletclienttroom((sG/usr/lib/python2.7/site-packages/ansible/modules/notification/matrix.pyt run_moduleYs8   $cC`s tdS(N(R5(((sG/usr/lib/python2.7/site-packages/ansible/modules/notification/matrix.pytmainst__main__(t __future__RRRR t __metaclass__tANSIBLE_METADATAt DOCUMENTATIONtEXAMPLEStRETURNt tracebacktansible.module_utils.basicR R R*R'tmatrix_client.clientR t ImportErrort format_excR$R%R#R5R6t__name__(((sG/usr/lib/python2.7/site-packages/ansible/modules/notification/matrix.pyts*  '     -