Execution
Date 19 Sep 2025 07:36:10 +0100
Duration 00:00:26.06
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
27 Hosts
1 Tasks
27 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-disperse-clean-image.yaml

---
- name: Playbook to upload clean_image bash script
  hosts: all
  gather_facts: false
  tasks:
    - name: Upload file
      ansible.builtin.copy:
        src: clean-image.sh
        dest: /root/clean-image.sh
        mode: '0755'
      changed_when: false