{"id":569043,"status":"ok","playbook":{"id":4287,"items":{"plays":1,"tasks":1,"results":151,"hosts":151,"files":1,"records":0},"arguments":{"version":null,"verbosity":2,"private_key_file":"/home/ssh-gateway/.ssh/id_rsa","remote_user":"root","connection":"ssh","timeout":null,"ssh_common_args":null,"sftp_extra_args":null,"scp_extra_args":null,"ssh_extra_args":null,"ask_pass":false,"connection_password_file":null,"force_handlers":false,"flush_cache":false,"become":false,"become_method":"sudo","become_user":null,"become_ask_pass":false,"become_password_file":null,"tags":["all"],"skip_tags":[],"check":false,"diff":false,"inventory":["/home/ssh-gateway/ansible/kuly/zz-rm10179-check-for-php-errors.ini"],"listhosts":false,"subset":null,"extra_vars":"Not saved by ARA as configured by 'ignored_arguments'","vault_ids":[],"ask_vault_pass":false,"vault_password_files":[],"forks":20,"module_path":null,"syntax":false,"listtasks":false,"listtags":false,"step":false,"start_at_task":null,"args":["zz-rm10179-fix-unused-handlers.yaml"]},"labels":[{"id":1,"name":"remote_user:root"},{"id":2,"name":"check:False"},{"id":3,"name":"tags:all"}],"started":"2025-11-03T11:49:02.295334Z","ended":"2025-11-03T11:49:40.826675Z","duration":"00:00:38.531341","name":null,"ansible_version":"2.16.11","client_version":"1.7.3","python_version":"3.10.10","server_version":"1.7.3","status":"completed","path":"/home/ssh-gateway/ansible/kuly/zz-rm10179-fix-unused-handlers.yaml","controller":"ssh-gw-4.layershift.com","user":"root"},"play":{"id":4754,"items":{"tasks":1,"results":151},"started":"2025-11-03T11:49:02.473513Z","ended":"2025-11-03T11:49:33.341841Z","duration":"00:00:30.868328","name":"Fix unused php handlers","status":"completed"},"task":{"id":10504,"items":{"results":151},"path":"/home/ssh-gateway/ansible/kuly/zz-rm10179-fix-unused-handlers.yaml","tags":[],"started":"2025-11-03T11:49:02.753110Z","ended":"2025-11-03T11:49:33.290566Z","duration":"00:00:30.537456","name":"Execute the script","uuid":"001851d0-75dc-7c6d-1317-00000000009a","action":"ansible.builtin.shell","lineno":6,"handler":false,"status":"completed","warnings":[],"deprecations":[],"exceptions":[],"file":6407},"host":{"id":211263,"name":"copper-koala.man-1.vm.plesk-server.com","changed":0,"failed":0,"ok":1,"skipped":0,"unreachable":0},"delegated_to":[],"content":{"changed":false,"cmd":"set -o pipefail\n/root/fix_unused_php_errors.sh\n","delta":"0:00:01.680090","end":"2025-11-03 11:49:16.949014","invocation":{"module_args":{"_raw_params":"set -o pipefail\n/root/fix_unused_php_errors.sh\n","_uses_shell":true,"argv":null,"chdir":null,"creates":null,"executable":"/bin/bash","expand_argument_vars":true,"removes":null,"stdin":null,"stdin_add_newline":true,"strip_empty_ends":true}},"msg":"","rc":0,"start":"2025-11-03 11:49:15.268924","stderr":"","stderr_lines":[],"stdout":"=== UNUSED PHP HANDLERS ERROR CHECK AND FIX ===\n\nFinding all PHP handlers...\nFound handlers:\n/opt/alt/php54/usr/bin/php\n/opt/alt/php55/usr/bin/php\n/opt/alt/php56/usr/bin/php\n/opt/alt/php70/usr/bin/php\n/opt/alt/php71/usr/bin/php\n/opt/alt/php72/usr/bin/php\n/opt/alt/php73/usr/bin/php\n/opt/alt/php74/usr/bin/php\n/opt/alt/php80/usr/bin/php\n/opt/alt/php81/usr/bin/php\n/opt/alt/php82/usr/bin/php\n/opt/alt/php83/usr/bin/php\n/opt/alt/php-internal/usr/bin/php\n\nChecking for problematic handlers...\nProblematic handlers found: 2\n  - /opt/alt/php73/usr/bin/php\n  - /opt/alt/php80/usr/bin/php\n\nGetting currently used handlers from database...\nCurrently used handlers:\nalt-php54-fastcgi\nalt-php54-fpm\nalt-php71-fastcgi\nalt-php71-fpm\nalt-php74-fastcgi\nalt-php74-fpm\nalt-php81-fpm\nalt-php83-fpm\n\nIdentifying unused problematic handlers...\n  - php73 is UNUSED and problematic\n  - php80 is UNUSED and problematic\n\nFound 2 unused problematic handlers:\n  - php73: /opt/alt/php73/usr/bin/php\n  - php80: /opt/alt/php80/usr/bin/php\n\n=== FIXING MYSQLI ISSUES ===\nChecking php73 for mysqli issues...\nphp73: Other PHP errors detected (not mysqli-related)\n\nChecking php80 for mysqli issues...\nphp80: Other PHP errors detected (not mysqli-related)\n\n=== COMPLETED ===","stdout_lines":["=== UNUSED PHP HANDLERS ERROR CHECK AND FIX ===","","Finding all PHP handlers...","Found handlers:","/opt/alt/php54/usr/bin/php","/opt/alt/php55/usr/bin/php","/opt/alt/php56/usr/bin/php","/opt/alt/php70/usr/bin/php","/opt/alt/php71/usr/bin/php","/opt/alt/php72/usr/bin/php","/opt/alt/php73/usr/bin/php","/opt/alt/php74/usr/bin/php","/opt/alt/php80/usr/bin/php","/opt/alt/php81/usr/bin/php","/opt/alt/php82/usr/bin/php","/opt/alt/php83/usr/bin/php","/opt/alt/php-internal/usr/bin/php","","Checking for problematic handlers...","Problematic handlers found: 2","  - /opt/alt/php73/usr/bin/php","  - /opt/alt/php80/usr/bin/php","","Getting currently used handlers from database...","Currently used handlers:","alt-php54-fastcgi","alt-php54-fpm","alt-php71-fastcgi","alt-php71-fpm","alt-php74-fastcgi","alt-php74-fpm","alt-php81-fpm","alt-php83-fpm","","Identifying unused problematic handlers...","  - php73 is UNUSED and problematic","  - php80 is UNUSED and problematic","","Found 2 unused problematic handlers:","  - php73: /opt/alt/php73/usr/bin/php","  - php80: /opt/alt/php80/usr/bin/php","","=== FIXING MYSQLI ISSUES ===","Checking php73 for mysqli issues...","php73: Other PHP errors detected (not mysqli-related)","","Checking php80 for mysqli issues...","php80: Other PHP errors detected (not mysqli-related)","","=== COMPLETED ==="]},"created":"2025-11-03T11:49:28.432884Z","updated":"2025-11-03T11:49:28.432933Z","started":"2025-11-03T11:49:14.753140Z","ended":"2025-11-03T11:49:28.375777Z","duration":"00:00:13.622637","changed":false,"ignore_errors":false}