Execution
Date 15 Sep 2025 17:42:52 +0100
Duration 00:00:00.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
1 Hosts
2 Tasks
2 Results
1 Plays
1 Files
0 Records

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

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