??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 173

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 174

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 175

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 176

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 177

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 178
ó àUdac@`sŽddlmZmZmZeZdZdZdZddl m Z ddl m Z ddl mZddlmZd efd „ƒYZd S( i(tabsolute_importtdivisiontprint_functionsK lookup: together author: Bradley Young version_added: '1.3' short_description: merges lists into synchronized list description: - Creates a list with the iterated elements of the supplied lists - "To clarify with an example, [ 'a', 'b' ] and [ 1, 2 ] turn into [ ('a',1), ('b', 2) ]" - This is basically the same as the 'zip_longest' filter and Python function - Any 'unbalanced' elements will be substituted with 'None' options: _terms: description: list of lists to merge required: True s½ - name: item.0 returns from the 'a' list, item.1 returns from the '1' list debug: msg: "{{ item.0 }} and {{ item.1 }}" with_together: - ['a', 'b', 'c', 'd'] - [1, 2, 3, 4] s- _list: description: synchronized list (t AnsibleError(t zip_longest(t LookupBase(tlistify_lookup_plugin_termst LookupModulecB`s#eZdZd„Zdd„ZRS(s± Transpose a list of arrays: [1, 2, 3], [4, 5, 6] -> [1, 4], [2, 5], [3, 6] Replace any empty spots in 2nd array with None: [1, 2], [3] -> [1, 3], [2, None] cC`sFg}x9|D]1}t|d|jd|jƒ}|j|ƒq W|S(Nttemplartloader(Rt_templart_loadertappend(tselfttermstresultstxt intermediate((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/together.pyt_lookup_variables2s  cK`sc|j|ƒ}|}t|ƒdkr7tdƒ‚ngtdd|ŒD]}|j|ƒ^qJS(Nis8with_together requires at least one element in each listt fillvalue(RtlenRRtNonet_flatten(R Rt variablestkwargstmy_listR((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/together.pytrun9s N(t__name__t __module__t__doc__RRR(((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/together.pyR*s N(t __future__RRRttypet __metaclass__t DOCUMENTATIONtEXAMPLEStRETURNtansible.errorsRtansible.module_utils.six.movesRtansible.plugins.lookupRtansible.utils.listifyRR(((sC/usr/lib/python2.7/site-packages/ansible/plugins/lookup/together.pyts