??????????????
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”ddlmZmZmZeZdZdZdZddl m Z ddl m Z m Z ddlmZddlmZd efd „ƒYZd S( i(tabsolute_importtdivisiontprint_functionsh lookup: nested version_added: "1.1" short_description: composes a list with nested elements of other lists description: - Takes the input lists and returns a list with elements that are lists composed of the elements of the input lists options: _raw: description: - a set of lists required: True sS - name: give users access to multiple databases mysql_user: name: "{{ item[0] }}" priv: "{{ item[1] }}.*:ALL" append_privs: yes password: "foo" with_nested: - [ 'alice', 'bob' ] - [ 'clientdb', 'employeedb', 'providerdb' ] # As with the case of 'with_items' above, you can use previously defined variables.: - name: here, 'users' contains the above list of employees mysql_user: name: "{{ item[0] }}" priv: "{{ item[1] }}.*:ALL" append_privs: yes password: "foo" with_nested: - "{{ users }}" - [ 'clientdb', 'employeedb', 'providerdb' ] sr _list: description: - A list composed of lists paring the elements of the input lists type: list (tUndefinedError(t AnsibleErrortAnsibleUndefinedVariable(t LookupBase(tlistify_lookup_plugin_termst LookupModulecB`seZd„Zdd„ZRS(c C`svg}xi|D]a}y(t|d|jd|jdtƒ}Wn#tk r`}td|ƒ‚nX|j|ƒq W|S(Nttemplartloadertfail_on_undefineds<One of the nested variables was undefined. The error was: %s(Rt_templart_loadertTrueRRtappend(tselfttermst variablestresultstxt intermediatete((sA/usr/lib/python2.7/site-packages/ansible/plugins/lookup/nested.pyt_lookup_variables;s (c K`s¾|j||ƒ}|}|jƒg}t|ƒdkrJtdƒ‚n|jƒ}x4t|ƒdkrŒ|j||jƒƒ}|}qYWg}x$|D]}|j|j|ƒƒqšW|S(Nis<with_nested requires at least one element in the nested list(RtreversetlenRtpopt_combineRt_flatten( RRRtkwargstmy_listtresulttresult2t new_resultR((sA/usr/lib/python2.7/site-packages/ansible/plugins/lookup/nested.pytrunEs    N(t__name__t __module__RtNoneR"(((sA/usr/lib/python2.7/site-packages/ansible/plugins/lookup/nested.pyR9s N(t __future__RRRttypet __metaclass__t DOCUMENTATIONtEXAMPLEStRETURNtjinja2.exceptionsRtansible.errorsRRtansible.plugins.lookupRtansible.utils.listifyRR(((sA/usr/lib/python2.7/site-packages/ansible/plugins/lookup/nested.pyts