??????????????
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»ddlmZmZmZeZidd6dgd6dd6ZdZd Zdd l Z dd l Z dd l m Z d „Z d „Zd„Zd„Zd„Zedkr·eƒnd S(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatustcoret supported_bys --- module: at short_description: Schedule the execution of a command or script file via the at command description: - Use this module to schedule a command or script file to run once in the future. - All jobs are executed in the 'a' queue. version_added: "1.5" options: command: description: - A command to be executed in the future. type: str script_file: description: - An existing script file to be executed in the future. type: str count: description: - The count of units in the future to execute the command or script file. type: int required: true units: description: - The type of units in the future to execute the command or script file. type: str required: true choices: [ minutes, hours, days, weeks ] state: description: - The state dictates if the command or script file should be evaluated as present(added) or absent(deleted). type: str choices: [ absent, present ] default: present unique: description: - If a matching job is present a new job will not be added. type: bool default: no requirements: - at author: - Richard Isaacson (@risaacson) s­ - name: Schedule a command to execute in 20 minutes as root at: command: ls -d / >/dev/null count: 20 units: minutes - name: Match a command to an existing job and delete the job at: command: ls -d / >/dev/null state: absent - name: Schedule a command to execute in 20 minutes making sure it is unique in the queue at: command: ls -d / >/dev/null count: 20 units: minutes unique: yes N(t AnsibleModulec C`sXd||||f}|j|dtƒ\}} } |rJtj|ƒnt|d}d||f}|j|dtƒ\}}} t|ds    -      9