Execution
Date 05 Nov 2025 15:55:40 +0000
Duration 00:00:00.30
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
0 Hosts
0 Tasks
0 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-rm10179-fix-unused-handlers.yaml

---
- name: Fix unused php handlers
  hosts: all
  gather_facts: false
  tasks:
    - name: Execute the script
      ansible.builtin.shell: |
        set -o pipefail
        /root/fix_unused_php_errors.sh
      args:
        executable: /bin/bash
      changed_when: false