Execution
Date 15 Jan 2026 08:31:58 +0000
Duration 00:00:01.98
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.4 / 1.7.4
Python 3.10.10
Summary
1 Hosts
3 Tasks
3 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-hello.yaml

---
- name: Hello
  hosts: localhost
  gather_facts: true
  tasks:
    - name: Run
      hello_world:
      register: a
    - name: Debug
      ansible.builtin.debug:
        msg: "{{ a }}"