Execution
Date 23 Sep 2025 11:03:59 +0100
Duration 00:01:10.97
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
346 Hosts
1 Tasks
346 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-disperse-alma-maintain.yaml

---
- name: Playbook to upload file to ls_tools
  hosts: all
  gather_facts: false
  tasks:
    - name: Upload the file
      ansible.builtin.copy:
        src: alma_maintain.sh
        dest: /opt/ls_tools/alma_maintain.sh
        mode: '0755'
      changed_when: false