Execution
Date 07 Nov 2025 08:29:04 +0000
Duration 00:02:22.88
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
397 Hosts
1 Tasks
397 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-rm10179-cleanup-scripts.yaml

---
- name: Playbook to cleanup
  hosts: all
  gather_facts: false
  vars:
    files:
      - alt-php-fmp-enabler.sh
      - find_fpm_errors.sh
      - fix_unused_php_errors.sh
      - zz-mysqlini-removed.sh
      - zz-rm10179-check-for-php-errors.sh
  tasks:
    - name: Delete specified files from /root/ folder
      ansible.builtin.file:
        path: "/root/{{ item }}"
        state: absent
      loop: "{{ files }}"