Execution
Date 30 Sep 2025 16:25:40 +0100
Duration 00:00:20.32
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
21 Hosts
1 Tasks
21 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-disperse-bash-script.yaml

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