??????????????
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 m Z ydd l Z e ZWnek reZnXd ZdZedkrend S(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bys module: pids version_added: 2.8 description: "Retrieves a list of PIDs of given process name in Ansible controller/controlled machines.Returns an empty list if no process in that name exists." short_description: "Retrieves process IDs list if the process is running otherwise return empty list" author: - Saranya Sridharan (@saranyasridharan) requirements: - psutil(python module) options: name: description: the name of the process you want to get PID for. required: true type: str s # Pass the process name - name: Getting process IDs of the process pids: name: python register: pids_of_python - name: Printing the process IDs obtained debug: msg: "PIDS of python:{{pids_of_python.pids|join(',')}}" s pids: description: Process IDs of the given process returned: list of none, one, or more process IDs type: list sample: [100,200] (t AnsibleModuleNcC`smgtjdddgD]P}|jr|jjddr|jdj|jkr|jd^qS(Ntattrstpidtname(tpsutilt process_itertinfotgettNonetlower(R tp((s?/usr/lib/python2.7/site-packages/ansible/modules/system/pids.pytget_pid7sc C`sytdtdtdtdddt}tsF|jddn|jd}td t|}|j|dS( Nt argument_specR trequiredttypetstrtsupports_check_modetmsgsSMissing required 'psutil' python module. Try installing it with: pip install psutiltpids(RtdicttTruet HAS_PSUTILt fail_jsontparamsRt exit_json(tmoduleR tresponse((s?/usr/lib/python2.7/site-packages/ansible/modules/system/pids.pytmain;s  t__main__(t __future__RRRRt __metaclass__tANSIBLE_METADATAt DOCUMENTATIONtEXAMPLEStRETURNtansible.module_utils.basicRR RRt ImportErrortFalseRR#t__name__(((s?/usr/lib/python2.7/site-packages/ansible/modules/system/pids.pyts"